19 lines
275 B
Objective-C
19 lines
275 B
Objective-C
//
|
|
// 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
|