Merge pull request #111 from ethoms/clang-warnings-stage4

Stage 4 of clang compiler warning patches.
pull/101/head^2
extrafu 2015-11-03 18:02:48 -05:00
commit d9a929762f
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 */