mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
14 lines
295 B
Objective-C
14 lines
295 B
Objective-C
//
|
|
// ChatConversationSearchTableView.h
|
|
// linphone
|
|
//
|
|
// Created by Gautier Pelloux-Prayer on 30/09/15.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ChatConversationCreateTableView : UITableViewController <UISearchBarDelegate>
|
|
@property(weak, nonatomic) IBOutlet UISearchBar *searchBar;
|
|
|
|
@end
|