This commit is contained in:
Douglas Bumby
2015-04-06 17:18:27 -04:00
parent cc24921107
commit 4e3625684d
+1 -3
View File
@@ -43,7 +43,6 @@
- (id)initWithPath:(NSString *)path;
- (BOOL)open;
- (BOOL)writeFile:(NSString *)path;
- (BOOL)writeFile:(NSString *)filename basePath:(NSString *)base;
- (BOOL)writeFileAtPath:(NSString *)path withFileName:(NSString *)fileName;
- (BOOL)writeData:(NSData *)data filename:(NSString *)filename;
- (BOOL)close;
@@ -61,11 +60,10 @@
- (void)zipArchiveWillUnzipFileAtIndex:(NSInteger)fileIndex totalFiles:(NSInteger)totalFiles archivePath:(NSString *)archivePath fileInfo:(unz_file_info)fileInfo;
- (void)zipArchiveDidUnzipFileAtIndex:(NSInteger)fileIndex totalFiles:(NSInteger)totalFiles archivePath:(NSString *)archivePath fileInfo:(unz_file_info)fileInfo;
//<<<<<<< HEAD:SSZipArchive/SSZipArchive.h
- (void)zipArchiveProgressEvent:(unsigned long long)loaded total:(unsigned long long)total;
//=======
- (void)zipArchiveDidUnzipArchiveFile:(NSString *)zipFile entryPath:(NSString *)entryPath destPath:(NSString *)destPath;
//>>>>>>> 67403e8a283676787fcd07843aade0137452a04f:SSZipArchive.h
@end
#endif /* _SSZIPARCHIVE_H */