///
/// MunimBluetoothAutolinking.swift
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © Marc Rousavy @ Margelo
///

import NitroModules

// TODO: Use empty enums once Swift supports exporting them as namespaces
//       See: https://github.com/swiftlang/swift/pull/83616
public final class MunimBluetoothAutolinking {
  public typealias bridge = margelo.nitro.munimbluetooth.bridge.swift

  public static func createMunimBluetooth() -> bridge.std__shared_ptr_HybridMunimBluetoothSpec_ {
    let hybridObject = HybridMunimBluetooth()
    return { () -> bridge.std__shared_ptr_HybridMunimBluetoothSpec_ in
      let __cxxWrapped = hybridObject.getCxxWrapper()
      return __cxxWrapped.getCxxPart()
    }()
  }
  
  public static func isMunimBluetoothRecyclable() -> Bool {
    return HybridMunimBluetooth.self is any RecyclableView.Type
  }
}
