mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
First pass at replacing RKManagedObjectCache with a more flexible block approach that leverages the new resource path pattern matching approach to registering objectMappings.
This commit is contained in:
committed by
Blake Watters
parent
0660f28fc1
commit
1cd22d5b33
@@ -20,7 +20,9 @@
|
||||
|
||||
#import <CoreData/CoreData.h>
|
||||
#import "RKObjectMapping.h"
|
||||
#import "RKManagedObjectStore.h"
|
||||
//#import "RKManagedObjectStore.h"
|
||||
|
||||
@class RKManagedObjectStore;
|
||||
|
||||
/**
|
||||
An RKManagedObjectMapping defines an object mapping with a Core Data destination
|
||||
|
||||
Reference in New Issue
Block a user