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