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

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

#include "HybridNitroShareIntentSpecSwift.hpp"

@interface NitroShareIntentAutolinking : NSObject
@end

@implementation NitroShareIntentAutolinking

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

  HybridObjectRegistry::registerHybridObjectConstructor(
    "NitroShareIntent",
    []() -> std::shared_ptr<HybridObject> {
      std::shared_ptr<HybridNitroShareIntentSpec> hybridObject = NitroShareIntent::NitroShareIntentAutolinking::createNitroShareIntent();
      return hybridObject;
    }
  );
}

@end
