diff options
author | Vitaly Takmazov | 2013-11-10 15:56:03 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-10 16:02:25 +0400 |
commit | b60aec3598a12a5bf07ad490fa87723e308cd58b (patch) | |
tree | 412c9b1335102219c411f48bc711be58f63846c0 /Juick/Message.h | |
parent | c7ac059a7e59ff3da4f88c53bedae29655ae900c (diff) |
Images
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 927d9f0..10e9fb3 100644 --- a/Juick/Message.h +++ b/Juick/Message.h @@ -18,6 +18,7 @@ @property(nonatomic, copy) NSString *text; @property(nonatomic, copy) NSArray *tags; @property(nonatomic, copy) NSString *timestamp; +@property(nonatomic, copy) NSString *attach; @property(nonatomic, copy) NSString *repliesBy; @property(nonatomic, copy) NSDecimalNumber *repliesCount; |