///
/// LunarDatePickerAutolinking.mm
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © 2025 Marc Rousavy @ Margelo
///

#import <Foundation/Foundation.h>
#import <NitroModules/HybridObjectRegistry.hpp>
#import "LunarDatePicker-Swift-Cxx-Umbrella.hpp"
#import <type_traits>

#include "HybridLunarDatePickerSpecSwift.hpp"

@interface LunarDatePickerAutolinking : NSObject
@end

@implementation LunarDatePickerAutolinking

+ (void) load {
  using namespace margelo::nitro;
  using namespace margelo::nitro::lunardatepicker;

  HybridObjectRegistry::registerHybridObjectConstructor(
    "LunarDatePicker",
    []() -> std::shared_ptr<HybridObject> {
      std::shared_ptr<margelo::nitro::lunardatepicker::HybridLunarDatePickerSpec> hybridObject = LunarDatePicker::LunarDatePickerAutolinking::createLunarDatePicker();
      return hybridObject;
    }
  );
}

@end
