迁移仓库
This commit is contained in:
19
ShenQi/GameWebViewController.h
Normal file
19
ShenQi/GameWebViewController.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// GameWebViewController.h
|
||||
// ShenQi
|
||||
//
|
||||
// Created by Qwerdf on 2025/11/11.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <WebKit/WebKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GameWebViewController : UIViewController
|
||||
|
||||
@property (nonatomic, strong) WKWebViewConfiguration *gameConfiguration;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user