diff --git a/templates/machine.h.motemplate b/templates/machine.h.motemplate index f3e307e8..b3a766cd 100644 --- a/templates/machine.h.motemplate +++ b/templates/machine.h.motemplate @@ -37,7 +37,7 @@ NS_ASSUME_NONNULL_BEGIN + (instancetype)insertInManagedObjectContext:(NSManagedObjectContext *)moc_; + (NSString*)entityName; + (NSEntityDescription*)entityInManagedObjectContext:(NSManagedObjectContext*)moc_; -@property (nonatomic, readonly, strong) <$managedObjectClassName$>ID*objectID; +@property (nonatomic, readonly, strong) <$managedObjectClassName$>ID *objectID; <$foreach Attribute noninheritedAttributes do$> <$if Attribute.userInfo.documentation$>