diff options
author | Vitaly Takmazov | 2013-11-10 14:00:59 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-10 14:00:59 +0400 |
commit | c7ac059a7e59ff3da4f88c53bedae29655ae900c (patch) | |
tree | 3b6e5b809ad78a71d09b476468f93bc72c59acab /Juick/Message.h | |
parent | f2f947a885df378b1d00b1c60d3576339d757782 (diff) |
timestamp and summary
Diffstat (limited to 'Juick/Message.h')
-rw-r--r-- | Juick/Message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/Message.h b/Juick/Message.h index 233f5ba..927d9f0 100644 --- a/Juick/Message.h +++ b/Juick/Message.h @@ -17,6 +17,9 @@ @property(nonatomic, copy) NSDecimalNumber *userID; @property(nonatomic, copy) NSString *text; @property(nonatomic, copy) NSArray *tags; +@property(nonatomic, copy) NSString *timestamp; +@property(nonatomic, copy) NSString *repliesBy; +@property(nonatomic, copy) NSDecimalNumber *repliesCount; +(void) pullNextFromURL:(NSURL *)url callback:(void(^)(NSArray *))callback; |