/**
 * 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: GenerateModuleCpp.js
 */

#include "RNGetDeviceLocaleSpecJSI.h"

namespace facebook::react {

static jsi::Value __hostFunction_NativeGetDeviceLocaleCxxSpecJSI_getDeviceLocale(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeGetDeviceLocaleCxxSpecJSI *>(&turboModule)->getDeviceLocale(
    rt
  );
}

NativeGetDeviceLocaleCxxSpecJSI::NativeGetDeviceLocaleCxxSpecJSI(std::shared_ptr<CallInvoker> jsInvoker)
  : TurboModule("GetDeviceLocale", jsInvoker) {
  methodMap_["getDeviceLocale"] = MethodMetadata {0, __hostFunction_NativeGetDeviceLocaleCxxSpecJSI_getDeviceLocale};
}


} // namespace facebook::react
