/**
 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
 *
 * Do not edit this file as changes may cause incorrect behavior and will be lost
 * once the code is regenerated.
 *
 * @generated by codegen project: GenerateModuleObjCpp
 *
 * We create an umbrella header (and corresponding implementation) here since
 * Cxx compilation in BUCK has a limitation: source-code producing genrule()s
 * must have a single output. More files => more genrule()s => slower builds.
 */

#import "RNSplashViewSpec.h"


@implementation NativeSplashViewSpecBase


- (void)setEventEmitterCallback:(EventEmitterCallbackWrapper *)eventEmitterCallbackWrapper
{
  _eventEmitterCallback = std::move(eventEmitterCallbackWrapper->_eventEmitterCallback);
}
@end

@implementation RCTCxxConvert (NativeSplashView_SplashOptions)
+ (RCTManagedPointer *)JS_NativeSplashView_SplashOptions:(id)json
{
  return facebook::react::managedPointer<JS::NativeSplashView::SplashOptions>(json);
}
@end
namespace facebook::react {
  
    static facebook::jsi::Value __hostFunction_NativeSplashViewSpecJSI_showSplash(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
      return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, VoidKind, "showSplash", @selector(showSplash:), args, count);
    }

    static facebook::jsi::Value __hostFunction_NativeSplashViewSpecJSI_hideSplash(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
      return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, VoidKind, "hideSplash", @selector(hideSplash), args, count);
    }

  NativeSplashViewSpecJSI::NativeSplashViewSpecJSI(const ObjCTurboModule::InitParams &params)
    : ObjCTurboModule(params) {
      
        methodMap_["showSplash"] = MethodMetadata {1, __hostFunction_NativeSplashViewSpecJSI_showSplash};
        setMethodArgConversionSelector(@"showSplash", 0, @"JS_NativeSplashView_SplashOptions:");
        
        methodMap_["hideSplash"] = MethodMetadata {0, __hostFunction_NativeSplashViewSpecJSI_hideSplash};
        
  }
} // namespace facebook::react
