diff options
author | Vitaly Takmazov | 2019-03-24 13:05:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-24 13:05:27 +0300 |
commit | 2e132e6bbffac6a50b088fb6414c6bfa2a7743ac (patch) | |
tree | de6dd3a22710b39b616ad7bf0ffbeae58f072417 /Juick/Model | |
parent | 212bdfdcdae73049385ff5134c550701995c9a71 (diff) |
Update badge on discussions tab
Diffstat (limited to 'Juick/Model')
-rw-r--r-- | Juick/Model/User.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Model/User.h b/Juick/Model/User.h index 4a4988a..cbf4e46 100644 --- a/Juick/Model/User.h +++ b/Juick/Model/User.h @@ -12,6 +12,7 @@ @property (nonatomic, strong) NSString *uname; @property (nonatomic, strong) NSString *uid; @property (nonatomic, strong) NSString *avatar; +@property (nonatomic) NSInteger unreadCount; + (User *) fromJSON:(NSDictionary *)jsonData; |