增加webview页面

This commit is contained in:
2025-11-10 16:09:47 +08:00
parent fac5e7657c
commit 2c8142c0d2
6 changed files with 296 additions and 40 deletions

View 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