Imported object store header and temporarily exposed a method until I can clean up the core data dependencies.

This commit is contained in:
Blake Watters
2011-01-20 23:01:02 -05:00
parent 1049d07755
commit 3d2601f79c
2 changed files with 4 additions and 0 deletions

View File

@@ -196,4 +196,7 @@ typedef enum {
*/
- (RKObjectLoader*)objectLoaderForObject:(NSObject<RKObjectMappable>*)object method:(RKRequestMethod)method delegate:(NSObject<RKObjectLoaderDelegate>*)delegate;
// Saves the object store. Temporarily exposed here until Core Data is cleaned up.
- (void)saveObjectStore;
@end