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

@interface RNBridgeModule : NSObject <RCTBridgeModule>

@end

