mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 04:20:21 +08:00
Removed references to RestKit/CoreData/CoreData.h from OM docs in Docs/. closes #572
This commit is contained in:
@@ -484,7 +484,6 @@ take a look at how this works:
|
||||
|
||||
```objc
|
||||
#import <RestKit/RestKit.h>
|
||||
#import <RestKit/CoreData/CoreData.h>
|
||||
|
||||
RKObjectManager* objectManager = [RKObjectManager managerWithBaseURL:@"http://restkit.org"];
|
||||
RKManagedObjectStore* objectStore = [RKManagedObjectStore objectStoreWithStoreFilename:@"MyApp.sqlite"];
|
||||
@@ -859,7 +858,6 @@ RKObjectRelationshipMapping* articleCommentsMapping = [RKObjectRelationshipMappi
|
||||
### Configuring a Core Data Object Mapping
|
||||
```objc
|
||||
#import <RestKit/RestKit.h>
|
||||
#import <RestKit/CoreData/CoreData.h>
|
||||
|
||||
RKObjectManager* objectManager = [RKObjectManager managerWithBaseURL:@"http://restkit.org"];
|
||||
RKManagedObjectStore* objectStore = [RKManagedObjectStore objectStoreWithStoreFilename:@"MyApp.sqlite"];
|
||||
|
||||
Reference in New Issue
Block a user