///
/// RustCNet-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 `HttpParsedMessage` to properly resolve imports.
namespace margelo::nitro::net { struct HttpParsedMessage; }
// Forward declaration of `HybridHttpParserSpec` to properly resolve imports.
namespace margelo::nitro::net { class HybridHttpParserSpec; }
// Forward declaration of `HybridNetDriverSpec` to properly resolve imports.
namespace margelo::nitro::net { class HybridNetDriverSpec; }
// Forward declaration of `HybridNetServerDriverSpec` to properly resolve imports.
namespace margelo::nitro::net { class HybridNetServerDriverSpec; }
// Forward declaration of `HybridNetSocketDriverSpec` to properly resolve imports.
namespace margelo::nitro::net { class HybridNetSocketDriverSpec; }
// Forward declaration of `NetConfig` to properly resolve imports.
namespace margelo::nitro::net { struct NetConfig; }

// Include C++ defined types
#include "HttpParsedMessage.hpp"
#include "HybridHttpParserSpec.hpp"
#include "HybridNetDriverSpec.hpp"
#include "HybridNetServerDriverSpec.hpp"
#include "HybridNetSocketDriverSpec.hpp"
#include "NetConfig.hpp"
#include <NitroModules/ArrayBuffer.hpp>
#include <NitroModules/Result.hpp>
#include <exception>
#include <functional>
#include <memory>
#include <optional>
#include <string>

// C++ helpers for Swift
#include "RustCNet-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 `HybridHttpParserSpec_cxx` to properly resolve imports.
namespace RustCNet { class HybridHttpParserSpec_cxx; }
// Forward declaration of `HybridNetDriverSpec_cxx` to properly resolve imports.
namespace RustCNet { class HybridNetDriverSpec_cxx; }
// Forward declaration of `HybridNetServerDriverSpec_cxx` to properly resolve imports.
namespace RustCNet { class HybridNetServerDriverSpec_cxx; }
// Forward declaration of `HybridNetSocketDriverSpec_cxx` to properly resolve imports.
namespace RustCNet { class HybridNetSocketDriverSpec_cxx; }

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