Files
LayaNative2.0/Conch/build/wkwebview/proj.ios/WKWebview/AppDelegate.h
T
2020-11-11 16:17:13 +08:00

10 lines
143 B
Objective-C

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