12345678910111213141516171819 |
- //
- // KDPWebInteractionVC.h
- // KuDianProject
- //
- // Created by 学丽 on 2019/7/9.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "KDPMainViewController.h"
- #import <JavaScriptCore/JavaScriptCore.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPWebInteractionVC : KDPMainViewController
- @property (nonatomic, copy) NSString *url;
- @property (nonatomic, strong) UIButton *returnBtn;
- @end
- NS_ASSUME_NONNULL_END
|