#import "Entity.h" @implementation Entity + (instancetype)entity { return [[self alloc] init]; } @end