///
/// AcousticConnectRN-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 `HybridAcousticConnectRNSpec` to properly resolve imports.
namespace margelo::nitro::acousticconnectrn { class HybridAcousticConnectRNSpec; }

// Include C++ defined types
#include "HybridAcousticConnectRNSpec.hpp"
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <variant>

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

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

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

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