i try to add ZipArchive folder that contain source code, then drag and drop to my project
when i try to include
#import "ZipArchive/ZipArchive.h"
why it report error: ZipArchive/ZipArchive.h: No such file or directory
if i import
#import "ZipArchive.h"
it will work, what is my fault?