File src/Entity.m from the latest check-in
#import "Entity.h" @implementation Entity + (instancetype)entity { return [[self alloc] init]; } @end
#import "Entity.h" @implementation Entity + (instancetype)entity { return [[self alloc] init]; } @end