酷店

KDPWebInteractionVC.h 415B

12345678910111213141516171819
  1. //
  2. // KDPWebInteractionVC.h
  3. // KuDianProject
  4. //
  5. // Created by 学丽 on 2019/7/9.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #import "KDPMainViewController.h"
  9. #import <JavaScriptCore/JavaScriptCore.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface KDPWebInteractionVC : KDPMainViewController
  12. @property (nonatomic, copy) NSString *url;
  13. @property (nonatomic, strong) UIButton *returnBtn;
  14. @end
  15. NS_ASSUME_NONNULL_END