#[cfg_attr(feature = "apple", link(name = "DeviceCheck", kind = "framework"))]
extern "C" {}
#[path = "DCAppAttestService.rs"]
mod __DCAppAttestService;
#[path = "DCDevice.rs"]
mod __DCDevice;
#[path = "DCError.rs"]
mod __DCError;
#[cfg(feature = "DeviceCheck_DCAppAttestService")]
pub use self::__DCAppAttestService::DCAppAttestService;
#[cfg(feature = "DeviceCheck_DCDevice")]
pub use self::__DCDevice::DCDevice;
pub use self::__DCError::DCError;
pub use self::__DCError::DCErrorDomain;
pub use self::__DCError::{
DCErrorFeatureUnsupported, DCErrorInvalidInput, DCErrorInvalidKey, DCErrorServerUnavailable,
DCErrorUnknownSystemFailure,
};