#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "RCTBridgeModule.h" @interface RNNBridgeModule : NSObject <RCTBridgeModule> @end