linphone-ios/Classes/ChatConversationCreateTableView.h
Gautier Pelloux-Prayer 31ba4d0a51 chat: search view
2015-10-12 16:59:56 +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 ChatConversationCreateTableView : UITableViewController <UISearchBarDelegate>
@end