Cube  PersistentEntity.m at [c38d75087b]

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


#import "PersistentEntity.h"

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