mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-11 10:04:16 +08:00
Imported object store header and temporarily exposed a method until I can clean up the core data dependencies.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user