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

public final class NitroInAppBrowserAutolinking {
  public typealias bridge = margelo.nitro.nitroinappbrowser.bridge.swift

  /**
   * Creates an instance of a Swift class that implements `HybridNitroInAppBrowserSpec`,
   * and wraps it in a Swift class that can directly interop with C++ (`HybridNitroInAppBrowserSpec_cxx`)
   *
   * This is generated by Nitrogen and will initialize the class specified
   * in the `"autolinking"` property of `nitro.json` (in this case, `HybridNitroInAppBrowser`).
   */
  public static func createNitroInAppBrowser() -> bridge.std__shared_ptr_margelo__nitro__nitroinappbrowser__HybridNitroInAppBrowserSpec_ {
    let hybridObject = HybridNitroInAppBrowser()
    return { () -> bridge.std__shared_ptr_margelo__nitro__nitroinappbrowser__HybridNitroInAppBrowserSpec_ in
      let __cxxWrapped = hybridObject.getCxxWrapper()
      return __cxxWrapped.getCxxPart()
    }()
  }
}
