4 lines
93 B
Objective-C
4 lines
93 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface QtAppDelegate : UIResponder <UIApplicationDelegate>
|
|
@end
|