linphone-ios/Classes/LinphoneUI/UIChatCreateCell.h
Gautier Pelloux-Prayer 31ba4d0a51 chat: search view
2015-10-12 16:59:56 +02:00

17 lines
366 B
Objective-C

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