missed a spot

This commit is contained in:
Douglas Bumby
2015-04-06 17:18:40 -04:00
parent 4e3625684d
commit 95d3d3544a
-1
View File
@@ -61,7 +61,6 @@
- (void)zipArchiveDidUnzipFileAtIndex:(NSInteger)fileIndex totalFiles:(NSInteger)totalFiles archivePath:(NSString *)archivePath fileInfo:(unz_file_info)fileInfo;
- (void)zipArchiveProgressEvent:(unsigned long long)loaded total:(unsigned long long)total;
//=======
- (void)zipArchiveDidUnzipArchiveFile:(NSString *)zipFile entryPath:(NSString *)entryPath destPath:(NSString *)destPath;
@end