//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2::__framework_prelude::*;
use objc2_foundation::*;
use crate::*;
/// NSItemProvider.
#[cfg(feature = "CNContact")]
impl CNContact {
extern_methods!();
}
#[cfg(feature = "CNContact")]
extern_conformance!(
unsafe impl NSItemProviderReading for CNContact {}
);
#[cfg(feature = "CNContact")]
extern_conformance!(
unsafe impl NSItemProviderWriting for CNContact {}
);