forgot semi-colon

This commit is contained in:
lagapollo
2015-12-07 09:37:56 +01:00
parent 6abbd98082
commit 098a1ffa62
+1 -1
View File
@@ -50,7 +50,7 @@
- (instancetype)initWithPath:(NSString *)path;
@property (NS_NONATOMIC_IOSONLY, readonly, getter = isOpen) BOOL open;
- (BOOL)writeFile:(NSString *)path withPassword:(NSString *)password;
- (BOOL)writeFolderAtPath:(NSString *)path withFolderName:(NSString *)folderName
- (BOOL)writeFolderAtPath:(NSString *)path withFolderName:(NSString *)folderName;
- (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;