//
//  YouzanBrowserManager.h
//  react-native-youzan
//
//  Created by ybw-macbook-pro on 2021/3/1.
//

#import <React/RCTViewManager.h>
#import <React/RCTBridgeModule.h>

NS_ASSUME_NONNULL_BEGIN

@interface YouzanBrowserManager : RCTViewManager <RCTBridgeModule>

@end

NS_ASSUME_NONNULL_END
