///
/// ProgressAndModal-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 `HybridProgressAndModalSpec` to properly resolve imports.
namespace margelo::nitro::progressandmodal { class HybridProgressAndModalSpec; }
// Forward declaration of `PAM_ConfigParams` to properly resolve imports.
namespace margelo::nitro::progressandmodal { struct PAM_ConfigParams; }
// Forward declaration of `PAM_LottieLoadingParams` to properly resolve imports.
namespace margelo::nitro::progressandmodal { struct PAM_LottieLoadingParams; }
// Forward declaration of `PAM_NativeAssetSource` to properly resolve imports.
namespace margelo::nitro::progressandmodal { struct PAM_NativeAssetSource; }
// Forward declaration of `PAM_ToastParams` to properly resolve imports.
namespace margelo::nitro::progressandmodal { struct PAM_ToastParams; }

// Include C++ defined types
#include "HybridProgressAndModalSpec.hpp"
#include "PAM_ConfigParams.hpp"
#include "PAM_LottieLoadingParams.hpp"
#include "PAM_NativeAssetSource.hpp"
#include "PAM_ToastParams.hpp"
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>
#include <optional>
#include <string>

// C++ helpers for Swift
#include "ProgressAndModal-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 `HybridProgressAndModalSpec_cxx` to properly resolve imports.
namespace ProgressAndModal { class HybridProgressAndModalSpec_cxx; }

// Include Swift defined types
#if __has_include("ProgressAndModal-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 "ProgressAndModal".
#include "ProgressAndModal-Swift.h"
// Same as above, but used when building with frameworks (`use_frameworks`)
#elif __has_include(<ProgressAndModal/ProgressAndModal-Swift.h>)
#include <ProgressAndModal/ProgressAndModal-Swift.h>
#else
#error ProgressAndModal's autogenerated Swift header cannot be found! Make sure the Swift module's name (= podspec name) is actually "ProgressAndModal", and try building the app first.
#endif
