mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 04:20:21 +08:00
Extern RKTestFactoryDefaultStoreFilename symbol
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
|
||||
#import <RestKit/RestKit.h>
|
||||
|
||||
/**
|
||||
The default filename used for managed object stores created via the factory.
|
||||
|
||||
@see [RKTestFactory setManagedObjectStoreFilename:]
|
||||
*/
|
||||
extern NSString * const RKTestFactoryDefaultStoreFilename;
|
||||
|
||||
/**
|
||||
Defines optional callback methods for extending the functionality of the
|
||||
factory. Implementation can be provided via a category.
|
||||
|
||||
@@ -12,7 +12,7 @@ NSString * const RKTestFactoryDefaultNamesClient = @"client";
|
||||
NSString * const RKTestFactoryDefaultNamesObjectManager = @"objectManager";
|
||||
NSString * const RKTestFactoryDefaultNamesMappingProvider = @"mappingProvider";
|
||||
NSString * const RKTestFactoryDefaultNamesManagedObjectStore = @"managedObjectStore";
|
||||
static NSString * const RKTestFactoryDefaultStoreFilename = @"RKTests.sqlite";
|
||||
NSString * const RKTestFactoryDefaultStoreFilename = @"RKTests.sqlite";
|
||||
|
||||
@interface RKTestFactory ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user