//
//  BCWebManager.h
//  RNReactNativeMbaichuan
//
//  Created by IORI on 2019/2/14.
//  Copyright © 2019 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <WebKit/WebKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BCWebManager : RCTViewManager<WKNavigationDelegate>

@end

NS_ASSUME_NONNULL_END
