blob: b85f6016f1e0c0d3e714b3969d55c1692eea7938 [file] [log] [blame]
@import Foundation;
@interface NSEntityDescription : NSObject
@end
@interface NSManagedObjectContext : NSObject
@end
@interface NSManagedObject : NSObject
- (__kindof NSManagedObject *)initWithEntity:(NSEntityDescription *)entity
insertIntoManagedObjectContext:(NSManagedObjectContext *)context;
@property(nonatomic, readonly, strong) NSEntityDescription *entity;
+ (NSEntityDescription *)entity;
@end