summaryrefslogtreecommitdiff
path: root/Juick/Model/Chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Model/Chat.h')
-rw-r--r--Juick/Model/Chat.h3
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