(fix) additional fix for #3118

This commit is contained in:
Ludovic Marcotte
2015-11-05 11:11:18 -05:00
parent 5f82d3fb37
commit a8525658b3
2 changed files with 17 additions and 7 deletions
+1
View File
@@ -55,6 +55,7 @@ typedef enum {
- (void) reloadIfNeeded;
- (void) save;
- (NSException *) destroy;
+ (id) objectWithName: (NSString *) key inContainer: (id) theContainer useCache: (BOOL) useCache;