mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
7 lines
147 B
Objective-C
7 lines
147 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TesterAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|