YYSimpleWebViewController.h 277 B

123456789101112131415
  1. //
  2. // YYSimpleWebViewController.h
  3. // YYKitExample
  4. //
  5. // Created by ibireme on 15/9/11.
  6. // Copyright (c) 2015 ibireme. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YYSimpleWebViewController : UIViewController
  10. - (instancetype)initWithURL:(NSURL *)url;
  11. @end