From c7ac059a7e59ff3da4f88c53bedae29655ae900c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 10 Nov 2013 14:00:59 +0400 Subject: timestamp and summary --- Juick/MessageCell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Juick/MessageCell.h') 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 @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; -- cgit v1.2.3