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

Stage 4 of clang compiler warning patches.
This commit is contained in:
extrafu
2015-11-03 18:02:48 -05:00
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 */