linphone-ios/Classes/ChatConversationCreateView.h
Gautier Pelloux-Prayer 31ba4d0a51 chat: search view
2015-10-12 16:59:56 +02:00

17 lines
455 B
Objective-C

//
// ChatConversationCreateViewViewController.h
// linphone
//
// Created by Gautier Pelloux-Prayer on 12/10/15.
//
//
#import <UIKit/UIKit.h>
#import "ChatConversationCreateTableView.h"
#import "UICompositeView.h"
@interface ChatConversationCreateView : UIViewController <UICompositeViewDelegate, UISearchBarDelegate>
@property(strong, nonatomic) IBOutlet ChatConversationCreateTableView *tableController;
- (IBAction)onBackClick:(id)sender;
@end