remove FRC entry in header

This commit is contained in:
Saul Mora
2013-02-16 21:43:12 -07:00
parent 0784f68ac0
commit ca6862b7ba

View File

@@ -34,7 +34,6 @@
#import "NSPersistentStoreCoordinator+MagicalRecord.h"
#import "NSManagedObjectModel+MagicalRecord.h"
#import "NSPersistentStore+MagicalRecord.h"
#import "NSFetchedResultsController+MagicalFetching.h"
#import "MagicalImportFunctions.h"
#import "NSManagedObject+MagicalDataImport.h"
@@ -44,6 +43,9 @@
#import "NSAttributeDescription+MagicalDataImport.h"
#import "NSRelationshipDescription+MagicalDataImport.h"
#import "NSEntityDescription+MagicalDataImport.h"
//#if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
// #import "NSFetchedResultsController+MagicalFetching.h"
//#endif
#endif