linphone-iphone/LiblinphoneTester/MasterView.h
2016-01-20 11:39:00 +01:00

20 lines
352 B
Objective-C

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