YHInjectJsCordovaManager.h
372 Bytes
//
// YHInjectJsCordovaManager.h
// YH_Explorer
//
// Created by 孙凯 on 2018/5/15.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <WebKit/WebKit.h>
@interface YHInjectJsCordovaManager : NSObject
+ (YHInjectJsCordovaManager *)sharedInstance;
- (void)cycleInject:(UIWebView*)webView;
- (void)cycleInjectWKWebView:(WKWebView *)webView;
@end