Cube  PersistentEntity.m at [08c9d7b0fa]

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


#import "PersistentEntity.h"

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