diff options
Diffstat (limited to 'Juick/MessageCell.h')
-rw-r--r-- | Juick/MessageCell.h | 2 |
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; |