Cube  PersistentEntity.m at [ef1d7e47f7]

File src/PersistentEntity.m artifact 2ab320312c part of check-in ef1d7e47f7


#import "PersistentEntity.h"

@implementation PersistentEntity
+ (instancetype)entity
{
	return [[self alloc] init];
}
@end