summaryrefslogtreecommitdiff
path: root/Juick/MessageCell.h
blob: 6f93048043ed5da245e644d982e0259ffa6a7f39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  MessageCell.h
//  Juick
//
//  Created by Vitaly Takmazov on 29.10.13.
//  Copyright (c) 2013 com.juick. All rights reserved.
//

#import <UIKit/UIKit.h>


#define kLabelHorizontalInsets 20.0f

@interface MessageCell : UITableViewCell

@property (strong, nonatomic) IBOutlet UILabel *titleLabel;
@property (strong, nonatomic) IBOutlet UILabel *bodyLabel;

- (void)updateFonts;

@end