Files
WebApp/ShenQi/GameWebViewController.h
2026-02-24 09:55:08 +08:00

20 lines
317 B
Objective-C

//
// 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