//
//  StaticJSBridgeManager.h
//  suite-ios-h5
//
//  Created by junmo on 2018/12/18.
//  Copyright © 2018年 junmo. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface StaticJSBridgeManager : NSObject
#if __has_include(<WindVane/WindVane.h>)

+ (void)registerJSBridgeToWebView:(UIView<WVWebViewProtocol> *)webview;
+ (void)registerJSBridgeToWVWebViewController:(WVWebViewController *)wvVC;
#else
#endif
@end

