Stage 4 of clang compiler warning patches.

pull/111/head
Euan Thoms 2015-11-04 04:59:27 +08:00
parent e5c71a4179
commit 2303a250c5
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,8 @@
- (NSMutableString *) pathForChild: (NSString *) childName;
- (void) addUserInAcls: (NSString *) user;
- (NSArray *) toOneRelationshipKeys;
- (NSArray *) toManyRelationshipKeys;

View File

@ -42,8 +42,6 @@
- (NSCalendarDate *) creationDate;
- (NSCalendarDate *) lastModified;
- (NSException *) destroy;
@end
#endif /* SOGOCACHEOBJECT_H */