Updated coding convention
This commit is contained in:
+1
-3
@@ -9,9 +9,7 @@
|
|||||||
// http://code.google.com/p/ziparchive
|
// http://code.google.com/p/ziparchive
|
||||||
//
|
//
|
||||||
|
|
||||||
@interface SSZipArchive : NSObject {
|
@interface SSZipArchive : NSObject
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
+ (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination;
|
+ (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination;
|
||||||
+ (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination overwrite:(BOOL)overwrite password:(NSString *)password error:(NSError **)error;
|
+ (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination overwrite:(BOOL)overwrite password:(NSString *)password error:(NSError **)error;
|
||||||
|
|||||||
Reference in New Issue
Block a user