linphone-iphone/Classes/ChatConversationCreateTableView.h
2015-10-13 15:12:37 +02:00

14 lines
295 B
Objective-C

//
// ChatConversationSearchTableView.h
// linphone
//
// Created by Gautier Pelloux-Prayer on 30/09/15.
//
//
#import <UIKit/UIKit.h>
@interface ChatConversationCreateTableView : UITableViewController <UISearchBarDelegate>
@property(weak, nonatomic) IBOutlet UISearchBar *searchBar;
@end