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