///
/// LunarDatePicker-Swift-Cxx-Umbrella.hpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © Marc Rousavy @ Margelo
///

#pragma once

// Forward declarations of C++ defined types
// Forward declaration of `HybridLunarDatePickerSpec` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { class HybridLunarDatePickerSpec; }
// Forward declaration of `LDP_ConfigParams` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { struct LDP_ConfigParams; }
// Forward declaration of `LDP_CustomLanguage` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { struct LDP_CustomLanguage; }
// Forward declaration of `LDP_CustomStyle` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { struct LDP_CustomStyle; }
// Forward declaration of `LDP_Mode` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { enum class LDP_Mode; }
// Forward declaration of `LDP_NativeAssetSource` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { struct LDP_NativeAssetSource; }
// Forward declaration of `LDP_PresentParams` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { struct LDP_PresentParams; }
// Forward declaration of `LDP_Range` to properly resolve imports.
namespace margelo::nitro::lunardatepicker { struct LDP_Range; }

// Include C++ defined types
#include "HybridLunarDatePickerSpec.hpp"
#include "LDP_ConfigParams.hpp"
#include "LDP_CustomLanguage.hpp"
#include "LDP_CustomStyle.hpp"
#include "LDP_Mode.hpp"
#include "LDP_NativeAssetSource.hpp"
#include "LDP_PresentParams.hpp"
#include "LDP_Range.hpp"
#include <NitroModules/Result.hpp>
#include <exception>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>

// C++ helpers for Swift
#include "LunarDatePicker-Swift-Cxx-Bridge.hpp"

// Common C++ types used in Swift
#include <NitroModules/ArrayBufferHolder.hpp>
#include <NitroModules/AnyMapUtils.hpp>
#include <NitroModules/RuntimeError.hpp>
#include <NitroModules/DateToChronoDate.hpp>

// Forward declarations of Swift defined types
// Forward declaration of `HybridLunarDatePickerSpec_cxx` to properly resolve imports.
namespace LunarDatePicker { class HybridLunarDatePickerSpec_cxx; }

// Include Swift defined types
#if __has_include("LunarDatePicker-Swift.h")
// This header is generated by Xcode/Swift on every app build.
// If it cannot be found, make sure the Swift module's name (= podspec name) is actually "LunarDatePicker".
#include "LunarDatePicker-Swift.h"
// Same as above, but used when building with frameworks (`use_frameworks`)
#elif __has_include(<LunarDatePicker/LunarDatePicker-Swift.h>)
#include <LunarDatePicker/LunarDatePicker-Swift.h>
#else
#error LunarDatePicker's autogenerated Swift header cannot be found! Make sure the Swift module's name (= podspec name) is actually "LunarDatePicker", and try building the app first.
#endif
