///
/// RNDns-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 `CachePolicy` to properly resolve imports.
namespace margelo::nitro::nitro_dns { enum class CachePolicy; }
// Forward declaration of `HybridNitroDnsSpec` to properly resolve imports.
namespace margelo::nitro::nitro_dns { class HybridNitroDnsSpec; }
// Forward declaration of `HybridNitroResolverSpec` to properly resolve imports.
namespace margelo::nitro::nitro_dns { class HybridNitroResolverSpec; }

// Include C++ defined types
#include "CachePolicy.hpp"
#include "HybridNitroDnsSpec.hpp"
#include "HybridNitroResolverSpec.hpp"
#include <NitroModules/Promise.hpp>
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>
#include <optional>
#include <string>

// C++ helpers for Swift
#include "RNDns-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 `HybridNitroDnsSpec_cxx` to properly resolve imports.
namespace RNDns { class HybridNitroDnsSpec_cxx; }
// Forward declaration of `HybridNitroResolverSpec_cxx` to properly resolve imports.
namespace RNDns { class HybridNitroResolverSpec_cxx; }

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