Updated coding convention

This commit is contained in:
Sam Soffes
2011-06-13 16:25:17 -07:00
parent 9b2b20431c
commit f706803a1c
+1 -3
View File
@@ -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;