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