blob: ac53a1f4f7573d60ce34aad0f856e29d0f957d90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// Entity.m
// Juick
//
// Created by Vitaly Takmazov on 12/11/2018.
// Copyright © 2018 com.juick. All rights reserved.
//
#import "Entity.h"
@implementation Entity
@end
|