linphone-ios/LinphoneTester/DetailViewController.h
Guillaume BIENKOWSKI 9de005abf8 Finally took the time to prepare a functioning basic Linphone tester for iOS.
No traces, audio is crashing, but the UI is here.
2014-05-28 17:13:02 +02:00

15 lines
239 B
Objective-C

//
// DetailViewController.h
// LinphoneTester
//
// Created by guillaume on 28/05/2014.
//
//
#import <UIKit/UIKit.h>
@interface DetailViewController : UITableViewController
@property (strong, nonatomic) NSString* detailItem;
@end