mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-05-26 23:21:05 +08:00
45 lines
1.1 KiB
Objective-C
45 lines
1.1 KiB
Objective-C
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
|
|
// Make changes to SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey.h instead.
|
|
|
|
#import <CoreData/CoreData.h>
|
|
|
|
|
|
@class MappedEntity;
|
|
|
|
|
|
@interface SingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyID : NSManagedObjectID {}
|
|
@end
|
|
|
|
@interface _SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey : NSManagedObject {}
|
|
+ (id)insertInManagedObjectContext:(NSManagedObjectContext*)moc_;
|
|
+ (NSString*)entityName;
|
|
+ (NSEntityDescription*)entityInManagedObjectContext:(NSManagedObjectContext*)moc_;
|
|
- (SingleEntityRelatedToMappedEntityUsingMappedPrimaryKeyID*)objectID;
|
|
|
|
|
|
|
|
|
|
|
|
@property (nonatomic, strong) MappedEntity* mappedEntity;
|
|
|
|
//- (BOOL)validateMappedEntity:(id*)value_ error:(NSError**)error_;
|
|
|
|
|
|
|
|
|
|
@end
|
|
|
|
@interface _SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey (CoreDataGeneratedAccessors)
|
|
|
|
@end
|
|
|
|
@interface _SingleEntityRelatedToMappedEntityUsingMappedPrimaryKey (CoreDataGeneratedPrimitiveAccessors)
|
|
|
|
|
|
|
|
- (MappedEntity*)primitiveMappedEntity;
|
|
- (void)setPrimitiveMappedEntity:(MappedEntity*)value;
|
|
|
|
|
|
@end
|