summaryrefslogtreecommitdiff
path: root/Juick/Model/Entity.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-12 14:39:31 +0300
committerGravatar Vitaly Takmazov2018-11-12 14:39:31 +0300
commitb6dc38e5f6bb7a1b820cd23d761484610212c11d (patch)
tree2a2df5f2cf57df73a6b12f86c21607ae26294bad /Juick/Model/Entity.m
parent4dbf1bdf6ce14800bb4e67b6d0ee8bb782564f0f (diff)
Entities
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