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

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

#[path = "AAAttribution.rs"]
mod __AAAttribution;

#[cfg(feature = "AdServices_AAAttribution")]
pub use self::__AAAttribution::AAAttribution;
pub use self::__AAAttribution::AAAttributionErrorCode;
pub use self::__AAAttribution::AAAttributionErrorDomain;
pub use self::__AAAttribution::{
    AAAttributionErrorCodeInternalError, AAAttributionErrorCodeNetworkError,
    AAAttributionErrorCodePlatformNotSupported,
};