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

#import <Foundation/Foundation.h>
#import <NitroModules/HybridObjectRegistry.hpp>
#import "MunimBluetooth-Swift-Cxx-Umbrella.hpp"
#import <type_traits>

#include "HybridMunimBluetoothSpecSwift.hpp"

@interface MunimBluetoothAutolinking : NSObject
@end

@implementation MunimBluetoothAutolinking

+ (void) load {
  using namespace margelo::nitro;
  using namespace margelo::nitro::munimbluetooth;

  HybridObjectRegistry::registerHybridObjectConstructor(
    "MunimBluetooth",
    []() -> std::shared_ptr<HybridObject> {
      std::shared_ptr<HybridMunimBluetoothSpec> hybridObject = MunimBluetooth::MunimBluetoothAutolinking::createMunimBluetooth();
      return hybridObject;
    }
  );
}

@end
