forked from mirrors/linphone-iphone
13 lines
235 B
Objective-C
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
|