linphone-ios/Classes/ChatConversationSearchTableView.h
Gautier Pelloux-Prayer 12726a2f5f finish launchscreen
2015-09-30 16:02:43 +02:00

13 lines
235 B
Objective-C

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