summaryrefslogtreecommitdiff
path: root/Juick/Model/Entity.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Model/Entity.m')
-rw-r--r--Juick/Model/Entity.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/Juick/Model/Entity.m b/Juick/Model/Entity.m
new file mode 100644
index 0000000..ac53a1f
--- /dev/null
+++ b/Juick/Model/Entity.m
@@ -0,0 +1,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