增加webview页面
This commit is contained in:
18
keyBoard/Class/WebView/KBWebViewViewController.h
Normal file
18
keyBoard/Class/WebView/KBWebViewViewController.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// KBWebViewViewController.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by 张伟 on 2025/11/10.
|
||||
//
|
||||
|
||||
#import "BaseViewController.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBWebViewViewController : BaseViewController
|
||||
|
||||
@property(nonatomic,copy) NSString * url;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user