diff options
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; |