// // MainOldViewController.h // ShenQi // // Created by Yao on 2024/11/4. // #import NS_ASSUME_NONNULL_BEGIN @interface MainOldViewController : UIViewController @property (nonatomic, strong) NSString *mainUserId; @property (nonatomic, strong) NSString *mainURLString; @property (nonatomic, strong) NSString *gameURLString; @property (nonatomic, assign) BOOL isPresent; @end NS_ASSUME_NONNULL_END