From a293a8e049fea49b8c2b8262fb92a29f73d66989 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 2 Dec 2018 23:23:31 +0300 Subject: Drop YYModel --- Juick/Model/Entity.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Juick/Model/Entity.h') diff --git a/Juick/Model/Entity.h b/Juick/Model/Entity.h index 13142f1..4cdffc0 100644 --- a/Juick/Model/Entity.h +++ b/Juick/Model/Entity.h @@ -16,4 +16,6 @@ @property NSNumber *start; @property NSNumber *end; ++(Entity *) fromJSON:(NSDictionary *)jsonData; + @end -- cgit v1.2.3