Merge branch 'patch-3' into patch-2

* patch-3:
  Added filed to write file error
This commit is contained in:
Antoine Cœur
2017-07-24 20:25:13 +08:00
+1
View File
@@ -20,6 +20,7 @@ typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) {
SSZipArchiveErrorCodeFailedOpenFileInZip = -2,
SSZipArchiveErrorCodeFileInfoNotLoadable = -3,
SSZipArchiveErrorCodeFileContentNotReadable = -4,
SSZipArchiveErrorCodeFailedToWriteFile = -5,
};
@protocol SSZipArchiveDelegate;