linphone-ios/LinphoneTester/LogsViewController.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

17 lines
274 B
Objective-C

//
// LogsViewController.h
// linphone
//
// Created by Guillaume BIENKOWSKI on 01/06/2014.
//
//
#import <UIKit/UIKit.h>
@interface LogsViewController : UIViewController
@property (weak, nonatomic) IBOutlet UITextView *tview;
- (IBAction)clearLogs:(id)sender;
@end