APWebViewController.h 300 B

12345678910111213141516
  1. //
  2. // APWebViewController.h
  3. // AliSDKDemo
  4. //
  5. // Created by 亦澄 on 16-1-5.
  6. // Copyright (c) 2016年 Alipay. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface APWebViewController : UIViewController<UIWebViewDelegate>
  10. @property (strong, nonatomic) IBOutlet UIWebView *webView;
  11. @end