///
/// NitroHaptics-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 `AndroidHaptics` to properly resolve imports.
namespace margelo::nitro::haptics { enum class AndroidHaptics; }
// Forward declaration of `HybridHapticsSpec` to properly resolve imports.
namespace margelo::nitro::haptics { class HybridHapticsSpec; }
// Forward declaration of `ImpactFeedbackStyle` to properly resolve imports.
namespace margelo::nitro::haptics { enum class ImpactFeedbackStyle; }
// Forward declaration of `NotificationFeedbackType` to properly resolve imports.
namespace margelo::nitro::haptics { enum class NotificationFeedbackType; }

// Include C++ defined types
#include "AndroidHaptics.hpp"
#include "HybridHapticsSpec.hpp"
#include "ImpactFeedbackStyle.hpp"
#include "NotificationFeedbackType.hpp"
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>

// C++ helpers for Swift
#include "NitroHaptics-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 `HybridHapticsSpec_cxx` to properly resolve imports.
namespace NitroHaptics { class HybridHapticsSpec_cxx; }

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