Report file size as unsigned long long to delegate

This commit is contained in:
Lukas Mollidor
2014-09-12 19:11:46 +02:00
parent 60f577ab9a
commit 54875c8192
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
- (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;
- (void)zipArchiveProgressEvent:(NSInteger)loaded total:(NSInteger)total;
- (void)zipArchiveProgressEvent:(unsigned long long)loaded total:(unsigned long long)total;
@end
#endif /* _SSZIPARCHIVE_H */