#pragma once #if __has_include() #import #elif __has_include() // for importing the header from framework, the dash will be transformed to underscore #import #endif @interface RCTReactNativeFactory () < RCTComponentViewFactoryComponentProvider, RCTHostDelegate, RCTJSRuntimeConfiguratorProtocol, RCTTurboModuleManagerDelegate> @end @interface EXDevLauncherReactNativeFactory : RCTReactNativeFactory @end