Cube  Diff

Differences From Artifact [54155c553d]:

To Artifact [aab70a6ce9]:


1
2
3




4
#import "Entity.h"

@implementation Entity




@end



>
>
>
>

1
2
3
4
5
6
7
8
#import "Entity.h"

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