linphone-iphone/tester/TesterAppDelegate.h
2014-03-05 14:16:01 +01:00

7 lines
147 B
Objective-C

#import <UIKit/UIKit.h>
@interface TesterAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end