create
This commit is contained in:
21
ShenQi/MainOldViewController.h
Normal file
21
ShenQi/MainOldViewController.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user