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