///
/// NitroDataScanner-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 `BarcodeFormat` to properly resolve imports.
namespace margelo::nitro::datascanner { enum class BarcodeFormat; }
// Forward declaration of `HybridDataScannerFactorySpec` to properly resolve imports.
namespace margelo::nitro::datascanner { class HybridDataScannerFactorySpec; }
// Forward declaration of `ScanBarcodeOptions` to properly resolve imports.
namespace margelo::nitro::datascanner { struct ScanBarcodeOptions; }
// Forward declaration of `ScanQualityLevel` to properly resolve imports.
namespace margelo::nitro::datascanner { enum class ScanQualityLevel; }
// Forward declaration of `ScannedBarcode` to properly resolve imports.
namespace margelo::nitro::datascanner { struct ScannedBarcode; }
// Forward declaration of `TargetBarcodeFormat` to properly resolve imports.
namespace margelo::nitro::datascanner { enum class TargetBarcodeFormat; }

// Include C++ defined types
#include "BarcodeFormat.hpp"
#include "HybridDataScannerFactorySpec.hpp"
#include "ScanBarcodeOptions.hpp"
#include "ScanQualityLevel.hpp"
#include "ScannedBarcode.hpp"
#include "TargetBarcodeFormat.hpp"
#include <NitroModules/Promise.hpp>
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>
#include <optional>
#include <string>
#include <vector>

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

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