diff options
author | Vitaly Takmazov | 2018-12-02 23:23:31 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-02 23:23:31 +0300 |
commit | a293a8e049fea49b8c2b8262fb92a29f73d66989 (patch) | |
tree | 2201a139fc19fcac59714e915f08b0aa7e816517 /Juick/Model/Chat.h | |
parent | 3bc3a38be7ccaf9622bdc86ffac37827af36f0f1 (diff) |
Drop YYModel
Diffstat (limited to 'Juick/Model/Chat.h')
-rw-r--r-- | Juick/Model/Chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |