linphone-ios/Classes/ChatConversationSearchTableView.h
Gautier Pelloux-Prayer ff44ab12c1 chat conv create
2015-09-30 15:40:42 +02:00

13 lines
260 B
Objective-C

//
// ChatConversationSearchTableView.h
// linphone
//
// Created by Gautier Pelloux-Prayer on 30/09/15.
//
//
#import <UIKit/UIKit.h>
@interface ChatConversationSearchTableView : UITableViewController <UISearchBarDelegate, UISearchDisplayDelegate>
@end