ios-unity/Classes_cocos/WebPageViewController.h
2023-03-20 13:44:30 +08:00

17 lines
266 B
Objective-C

//
// WebPageViewController.h
// Unity-iPhone
//
// Created by Hl Zhang on 2023/3/14.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface WebPageViewController : UIViewController
@property (nonatomic, copy) NSString* url;
@end
NS_ASSUME_NONNULL_END