linphone-iphone/LiblinphoneTester/MasterView.h
2015-09-28 14:50:32 +02:00

20 lines
342 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 DetailView;
@interface MasterView : UITableViewController
@property(strong, nonatomic) DetailView *detailViewController;
@end