linphone-iphone/LinphoneTester/MasterViewController.h
Guillaume BIENKOWSKI 9af53c8a16 Progress commit on logs handler for linphone tester.
High memory usage on logs scroll though.
2014-06-01 21:27:38 +02:00

23 lines
394 B
Objective-C

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