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

22 lines
422 B
Objective-C

//
// MainOldViewController.h
// ShenQi
//
// Created by Yao on 2024/11/4.
//
#import <UIKit/UIKit.h>
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