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

#pragma once

// Forward declarations of C++ defined types
// Forward declaration of `EventName` to properly resolve imports.
namespace margelo::nitro::nitrotexttospeech { enum class EventName; }
// Forward declaration of `HybridTextToSpeechSpec` to properly resolve imports.
namespace margelo::nitro::nitrotexttospeech { class HybridTextToSpeechSpec; }
// Forward declaration of `TextToSpeechOptions` to properly resolve imports.
namespace margelo::nitro::nitrotexttospeech { struct TextToSpeechOptions; }
// Forward declaration of `TextToSpeechVoice` to properly resolve imports.
namespace margelo::nitro::nitrotexttospeech { struct TextToSpeechVoice; }

// Include C++ defined types
#include "EventName.hpp"
#include "HybridTextToSpeechSpec.hpp"
#include "TextToSpeechOptions.hpp"
#include "TextToSpeechVoice.hpp"
#include <NitroModules/Promise.hpp>
#include <NitroModules/Result.hpp>
#include <exception>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <vector>

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

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

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

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