From b6dc38e5f6bb7a1b820cd23d761484610212c11d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 12 Nov 2018 14:39:31 +0300 Subject: Entities --- Juick/Model/Entity.m | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Juick/Model/Entity.m (limited to 'Juick/Model/Entity.m') 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 -- cgit v1.2.3