summaryrefslogtreecommitdiff
path: root/Juick/MessageCell.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-11-10 14:00:59 +0400
committerGravatar Vitaly Takmazov2013-11-10 14:00:59 +0400
commitc7ac059a7e59ff3da4f88c53bedae29655ae900c (patch)
tree3b6e5b809ad78a71d09b476468f93bc72c59acab /Juick/MessageCell.h
parentf2f947a885df378b1d00b1c60d3576339d757782 (diff)
timestamp and summary
Diffstat (limited to 'Juick/MessageCell.h')
-rw-r--r--Juick/MessageCell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/MessageCell.h b/Juick/MessageCell.h
index f6b7cc3..342aecc 100644
--- a/Juick/MessageCell.h
+++ b/Juick/MessageCell.h
@@ -15,8 +15,10 @@
@interface MessageCell : UITableViewCell<TTTAttributedLabelDelegate>
@property (strong, nonatomic) IBOutlet UILabel *titleLabel;
+@property (strong, nonatomic) IBOutlet UILabel *timestampLabel;
@property (strong, nonatomic) IBOutlet UIImageView *avatar;
@property (strong, nonatomic) IBOutlet TTTAttributedLabel *bodyLabel;
+@property (strong, nonatomic) IBOutlet UILabel *summaryLabel;
- (void)updateFonts;