mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-27 05:50:27 +00:00
13 lines
515 B
Objective-C
13 lines
515 B
Objective-C
#import <CoreData/NSAttributeDescription.h>
|
|
#import <CoreData/NSEntityDescription.h>
|
|
#import <CoreData/NSFetchRequest.h>
|
|
#import <CoreData/NSFetchedPropertyDescription.h>
|
|
#import <CoreData/NSManagedObject.h>
|
|
#import <CoreData/NSManagedObjectContext.h>
|
|
#import <CoreData/NSManagedObjectID.h>
|
|
#import <CoreData/NSManagedObjectModel.h>
|
|
#import <CoreData/NSPersistentStoreCoordinator.h>
|
|
#import <CoreData/NSPropertyDescription.h>
|
|
#import <CoreData/NSRelationshipDescription.h>
|
|
#import <CoreData/NSPersistentDocument.h>
|