Removed references to RestKit/CoreData/CoreData.h from OM docs in Docs/. closes #572

This commit is contained in:
Blake Watters
2012-03-12 18:35:02 -04:00
parent 0448090504
commit 995c30907b

View File

@@ -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"];