From ab1406ff4f2a0414483f24114f4fa9d1bc932e0d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 18 Oct 2018 19:06:12 +0300 Subject: load last message text in pms, fix layout --- Juick/Model/Chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Juick/Model/Chat.h') 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 -- cgit v1.2.3