Skip to content

Commit

Permalink
Merge pull request ZipArchive#237 from ClementPadovani/master
Browse files Browse the repository at this point in the history
Fixes broken commit
  • Loading branch information
jhudsonWA committed Feb 24, 2016
2 parents e9313bf + 4f526ae commit d16ce77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSZipArchive/SSZipArchive.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory withPassword:(NSString *)password;

- (instancetype)initWithPath:(NSString *)path;
@property (NS_NONATOMIC_IOSONLY, readonly, getter = isOpen) BOOL open;
@property (NS_NONATOMIC_IOSONLY, readonly) BOOL open;
- (BOOL)writeFile:(NSString *)path withPassword:(NSString *)password;
- (BOOL)writeFolderAtPath:(NSString *)path withFolderName:(NSString *)folderName withPassword:(NSString *)password;
- (BOOL)writeFileAtPath:(NSString *)path withFileName:(NSString *)fileName withPassword:(NSString *)password;
- (BOOL)writeData:(NSData *)data filename:(NSString *)filename withPassword:(NSString *)password;
@property (NS_NONATOMIC_IOSONLY, readonly, getter = isClosed) BOOL close;
@property (NS_NONATOMIC_IOSONLY, readonly) BOOL close;

@end

Expand Down

0 comments on commit d16ce77

Please sign in to comment.