diff options
Diffstat (limited to 'Juick/Model')
-rw-r--r-- | Juick/Model/Chat.h | 2 |
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 |