linphone-iphone/LiblinphoneTester/MasterViewController.h

20 lines
358 B
Objective-C

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