Cube  Artifact [2ab320312c]

Artifact 2ab320312cefa18e64926f44f749588fde06f61cd8bcc68a85270e5908385c75:


#import "PersistentEntity.h"

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