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

#pragma once

// Forward declarations of C++ defined types
// Forward declaration of `AppleAuthCredential` to properly resolve imports.
namespace margelo::nitro::appleauth { struct AppleAuthCredential; }
// Forward declaration of `AppleAuthOperation` to properly resolve imports.
namespace margelo::nitro::appleauth { enum class AppleAuthOperation; }
// Forward declaration of `AppleAuthOptions` to properly resolve imports.
namespace margelo::nitro::appleauth { struct AppleAuthOptions; }
// Forward declaration of `AppleAuthScopes` to properly resolve imports.
namespace margelo::nitro::appleauth { enum class AppleAuthScopes; }
// Forward declaration of `HybridAppleAuthSpec` to properly resolve imports.
namespace margelo::nitro::appleauth { class HybridAppleAuthSpec; }

// Include C++ defined types
#include "AppleAuthCredential.hpp"
#include "AppleAuthOperation.hpp"
#include "AppleAuthOptions.hpp"
#include "AppleAuthScopes.hpp"
#include "HybridAppleAuthSpec.hpp"
#include <NitroModules/Promise.hpp>
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>
#include <optional>
#include <string>
#include <vector>

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

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

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

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