| 1234567891011121314151617 |
- //
- // GameViewController.h
- // BuguLive
- //
- // Created by Kylin on 2024/12/31.
- // Copyright © 2024 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface GameViewController : UIViewController
- @property (nonatomic,strong) NSString *url;
- @end
- NS_ASSUME_NONNULL_END
|