WebviewController.h 324 B

12345678910111213
  1. //
  2. // WebviewController.h
  3. // Pods
  4. //
  5. // Created by Toufik Zitouni on 6/17/17.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WebviewController : UIViewController
  10. - (instancetype)initWithUrl:(NSString *)url withJavascript:(NSNumber *)withJavascript clearCache:(NSNumber *)clearCache clearCookes:(NSNumber *)clearCookies;
  11. @end