linphone-iphone/LiblinphoneTester/MasterView.h
Gautier Pelloux-Prayer 2c05f973c0 major mv
2015-09-09 16:44:00 +02:00

20 lines
328 B
Objective-C

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