// // UIChatCreateCellViewTableViewCell.h // linphone // // Created by Gautier Pelloux-Prayer on 12/10/15. // // #import @interface UIChatCreateCell : UITableViewCell @property(weak, nonatomic) IBOutlet UILabel *displayNameLabel; @property(weak, nonatomic) IBOutlet UILabel *addressLabel; - (id)initWithIdentifier:(NSString *)identifier; @end