Files
another-boids-in-rust/vendor/objc2-link-presentation/src/generated/mod.rs

46 lines
1.3 KiB
Rust

// This file has been automatically generated by `objc2`'s `header-translator`.
// DO NOT EDIT
#![allow(unused_imports)]
#![allow(deprecated)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(missing_docs)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::identity_op)]
#![allow(clippy::missing_safety_doc)]
#[link(name = "LinkPresentation", kind = "framework")]
extern "C" {}
#[cfg(feature = "LPError")]
#[path = "LPError.rs"]
mod __LPError;
#[cfg(feature = "LPFoundation")]
#[path = "LPFoundation.rs"]
mod __LPFoundation;
#[cfg(feature = "LPLinkMetadata")]
#[path = "LPLinkMetadata.rs"]
mod __LPLinkMetadata;
#[cfg(feature = "LPLinkView")]
#[path = "LPLinkView.rs"]
mod __LPLinkView;
#[cfg(feature = "LPMetadataProvider")]
#[path = "LPMetadataProvider.rs"]
mod __LPMetadataProvider;
#[cfg(feature = "LPError")]
pub use self::__LPError::LPErrorCode;
#[cfg(feature = "LPError")]
pub use self::__LPError::LPErrorDomain;
#[cfg(feature = "LPLinkMetadata")]
pub use self::__LPLinkMetadata::LPLinkMetadata;
#[cfg(all(feature = "LPLinkView", feature = "objc2-app-kit"))]
#[cfg(target_os = "macos")]
pub use self::__LPLinkView::LPLinkView;
#[cfg(feature = "LPMetadataProvider")]
pub use self::__LPMetadataProvider::LPMetadataProvider;