智莺生活APP的阿里百川 Flutter 插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
531 B

  1. //
  2. // ALiTradeWantViewController.h
  3. // ALiSDKAPIDemo
  4. //
  5. // Created by com.alibaba on 16/6/1.
  6. // Copyright © 2016年 alibaba. All rights reserved.
  7. //
  8. #ifndef ALiTradeWantViewController_h
  9. #define ALiTradeWantViewController_h
  10. #import <UIKit/UIKit.h>
  11. #import <WebKit/WebKit.h>
  12. @interface ALiTradeWebViewController : UIViewController<WKNavigationDelegate>
  13. @property (nonatomic, copy) NSString *openUrl;
  14. @property (strong, nonatomic) WKWebView *webView;
  15. -(WKWebView *)getWebView;
  16. @end
  17. #endif /* ALiTradeWantViewController_h */