#![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)]
#![allow(clippy::doc_lazy_continuation)]
#![allow(rustdoc::broken_intra_doc_links)]
#![allow(rustdoc::bare_urls)]
#![allow(rustdoc::invalid_html_tags)]
#[link(name = "DeviceCheck", kind = "framework")]
extern "C" {}
#[cfg(feature = "DCAppAttestService")]
#[path = "DCAppAttestService.rs"]
mod __DCAppAttestService;
#[cfg(feature = "DCDevice")]
#[path = "DCDevice.rs"]
mod __DCDevice;
#[cfg(feature = "DCError")]
#[path = "DCError.rs"]
mod __DCError;
#[cfg(feature = "DCAppAttestService")]
pub use self::__DCAppAttestService::DCAppAttestService;
#[cfg(feature = "DCDevice")]
pub use self::__DCDevice::DCDevice;
#[cfg(feature = "DCError")]
pub use self::__DCError::DCError;
#[cfg(feature = "DCError")]
pub use self::__DCError::DCErrorDomain;