diff --git a/SSZipArchive.h b/SSZipArchive.h index 9e0e5d5..3d10086 100644 --- a/SSZipArchive.h +++ b/SSZipArchive.h @@ -9,9 +9,7 @@ // 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 overwrite:(BOOL)overwrite password:(NSString *)password error:(NSError **)error;