linphone-iphone/LiblinphoneTester/MasterView.h
2016-06-15 16:23:51 +02:00

17 lines
270 B
Objective-C

//
// MasterViewController.h
// LinphoneTester
//
// Created by guillaume on 28/05/2014.
//
//
#import <UIKit/UIKit.h>
@class DetailTableView;
@interface MasterView : UITableViewController
@property(strong, nonatomic) DetailTableView *detailViewController;
@end