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/Chat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Juick/Model/Chat.h') diff --git a/Juick/Model/Chat.h b/Juick/Model/Chat.h index 1e80bdf..4b7ec30 100644 --- a/Juick/Model/Chat.h +++ b/Juick/Model/Chat.h @@ -17,4 +17,7 @@ @property NSNumber *unreadCount; @property NSDate *lastMessageTimestamp; @property NSString *lastMessageText; + ++ (Chat *) fromJSON:(NSDictionary *)jsonData; + @end -- cgit v1.2.3