mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 22:48:38 +08:00
11 lines
419 B
Objective-C
11 lines
419 B
Objective-C
|
|
// enable to use caches for the fetchedResultsControllers (iOS only)
|
|
// #define STORE_USE_CACHE
|
|
#define kCreateNewCoordinatorOnBackgroundOperations 1
|
|
|
|
#import "ActiveRecordHelpers.h"
|
|
#import "NSManagedObject+ActiveRecord.h"
|
|
#import "NSManagedObjectContext+ActiveRecord.h"
|
|
#import "NSPersistentStoreCoordinator+ActiveRecord.h"
|
|
#import "NSManagedObjectModel+ActiveRecord.h"
|
|
#import "NSPersistentStore+ActiveRecord.h" |