#import "PersistentEntity.h" @implementation PersistentEntity + (instancetype)entity { return [[self alloc] init]; } @end