Files
WebApp/ShenQi/ViewController.h
2024-12-20 17:49:45 +08:00

17 lines
253 B
Objective-C

//
// ViewController.h
// ShenQi
//
// Created by Yao on 2023/4/4.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@property (nonatomic, strong) NSString *gameURLString;
@property (nonatomic, assign) BOOL isPresent;
@end