icrate 0.1.2

Bindings to Apple's frameworks
Documentation
// This file has been automatically generated by `objc2`'s `header-translator`.
// DO NOT EDIT

//! # Bindings to the `LocalAuthenticationEmbeddedUI` framework

#[cfg_attr(
    feature = "apple",
    link(name = "LocalAuthenticationEmbeddedUI", kind = "framework")
)]
extern "C" {}

#[path = "LAAuthenticationView.rs"]
mod __LAAuthenticationView;
#[path = "LAPresentationContext.rs"]
mod __LAPresentationContext;
#[path = "LARight_UI.rs"]
mod __LARight_UI;

#[cfg(feature = "LocalAuthenticationEmbeddedUI_LAAuthenticationView")]
pub use self::__LAAuthenticationView::LAAuthenticationView;
pub use self::__LAPresentationContext::LAPresentationContext;