diff options
author | Vitaly Takmazov | 2013-11-03 06:08:35 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-03 06:08:35 +0400 |
commit | 08574251153406e4755f58c2ee5548ee32e308fb (patch) | |
tree | 26325a6adace092e919234064b0446c3a80812a1 /Juick/Message.h | |
parent | 6dfbafe71aba41bdcf8aba331c1c193c88b42561 (diff) |
avatars
Diffstat (limited to 'Juick/Message.h')
-rw-r--r-- | Juick/Message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Message.h b/Juick/Message.h index 071d318..5ec3732 100644 --- a/Juick/Message.h +++ b/Juick/Message.h @@ -14,6 +14,7 @@ @property(nonatomic, copy) NSDecimalNumber *MID; @property(nonatomic, copy) NSDecimalNumber *RID; @property(nonatomic, copy) NSString *user; +@property(nonatomic, copy) NSDecimalNumber *userID; @property(nonatomic, copy) NSString *text; -(id) initWithDictionary:(NSDictionary *)dictionary; |