diff options
author | Vitaly Takmazov | 2018-10-18 19:06:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-18 19:06:12 +0300 |
commit | ab1406ff4f2a0414483f24114f4fa9d1bc932e0d (patch) | |
tree | 3aac81c326b933f13b0680d84077e65b0f147e17 /Juick/Model/Chat.h | |
parent | 675d2bd7c52ef0e191d52784f20f3c35e4b308f6 (diff) |
load last message text in pms, fix layout
Diffstat (limited to 'Juick/Model/Chat.h')
-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 |