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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/Model/Chat.h b/Juick/Model/Chat.h
index 42647b0..a472389 100644
--- a/Juick/Model/Chat.h
+++ b/Juick/Model/Chat.h
@@ -14,4 +14,6 @@
@property NSNumber *uid;
@property NSString *uname;
@property NSNumber *unreadCount;
+@property NSDate *lastMessageTimestamp;
+@property NSString *lastMessageText;
@end