1234567891011121314151617181920 |
- //
- // KDPWebViewViewController.h
- // KuDianProject
- //
- // Created by admin on 2019/7/8.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "KDPMainViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPWebViewViewController : KDPMainViewController
- @property (nonatomic, copy) NSString *webUrl;
- @end
- NS_ASSUME_NONNULL_END
|