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 `DeviceCheck` framework

#[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,
};