mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
17 lines
274 B
Objective-C
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
|