mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-30 18:03:59 +08:00
Convert all tabs to four spaces. refs #743
This commit is contained in:
@@ -47,11 +47,11 @@ extern NSString* const RKManagedObjectStoreDidFailSaveNotification;
|
||||
///////////////////////////////////////////////////////////////////
|
||||
|
||||
@interface RKManagedObjectStore : NSObject {
|
||||
NSObject<RKManagedObjectStoreDelegate>* _delegate;
|
||||
NSString* _storeFilename;
|
||||
NSString* _pathToStoreFile;
|
||||
NSObject<RKManagedObjectStoreDelegate>* _delegate;
|
||||
NSString* _storeFilename;
|
||||
NSString* _pathToStoreFile;
|
||||
NSManagedObjectModel* _managedObjectModel;
|
||||
NSPersistentStoreCoordinator* _persistentStoreCoordinator;
|
||||
NSPersistentStoreCoordinator* _persistentStoreCoordinator;
|
||||
}
|
||||
|
||||
// The delegate for this object store
|
||||
@@ -143,13 +143,13 @@ extern NSString* const RKManagedObjectStoreDidFailSaveNotification;
|
||||
- (void)deletePersistentStore;
|
||||
|
||||
/**
|
||||
* Retrieves a model object from the appropriate context using the objectId
|
||||
* Retrieves a model object from the appropriate context using the objectId
|
||||
*/
|
||||
- (NSManagedObject*)objectWithID:(NSManagedObjectID*)objectID;
|
||||
|
||||
/**
|
||||
* Retrieves a array of model objects from the appropriate context using
|
||||
* an array of NSManagedObjectIDs
|
||||
* Retrieves a array of model objects from the appropriate context using
|
||||
* an array of NSManagedObjectIDs
|
||||
*/
|
||||
- (NSArray*)objectsWithIDs:(NSArray*)objectIDs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user