Fix duplicate symbols of SSZipArchiveErrorDomain.

This commit is contained in:
C.W. Betts
2017-03-28 09:14:39 -06:00
parent e451317de6
commit 6614014ecc
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
NS_ASSUME_NONNULL_BEGIN
extern NSString *const SSZipArchiveErrorDomain = @"SSZipArchiveErrorDomain";
extern NSString *const SSZipArchiveErrorDomain;
typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) {
SSZipArchiveErrorCodeFailedOpenZipFile = -1,
SSZipArchiveErrorCodeFailedOpenFirstFile = -2,