File src/PersistentEntity.m artifact 2ab320312c part of check-in 4b002822f9
#import "PersistentEntity.h" @implementation PersistentEntity + (instancetype)entity { return [[self alloc] init]; } @end
#import "PersistentEntity.h" @implementation PersistentEntity + (instancetype)entity { return [[self alloc] init]; } @end