diff options
author | Vitaly Takmazov | 2018-11-20 19:47:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-11-20 19:47:03 +0300 |
commit | cdd96215dfdac2518a77faa709ca3b588f593968 (patch) | |
tree | 029b908f6e6199d79a1c44bf79852daf29c3b5d4 /Juick/Model/Chat.h | |
parent | cc947fdabe44537aed0576209c5fc580824a7175 (diff) |
Avatar API
Diffstat (limited to 'Juick/Model/Chat.h')
-rw-r--r-- | Juick/Model/Chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Model/Chat.h b/Juick/Model/Chat.h index a472389..1e80bdf 100644 --- a/Juick/Model/Chat.h +++ b/Juick/Model/Chat.h @@ -13,6 +13,7 @@ @property NSNumber *uid; @property NSString *uname; +@property NSString *avatar; @property NSNumber *unreadCount; @property NSDate *lastMessageTimestamp; @property NSString *lastMessageText; |