objc2_contacts/generated/
CNContact_NSItemProvider.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use objc2::__framework_prelude::*;
4use objc2_foundation::*;
5
6use crate::*;
7
8/// NSItemProvider.
9#[cfg(feature = "CNContact")]
10impl CNContact {
11    extern_methods!();
12}
13
14#[cfg(feature = "CNContact")]
15extern_conformance!(
16    unsafe impl NSItemProviderReading for CNContact {}
17);
18
19#[cfg(feature = "CNContact")]
20extern_conformance!(
21    unsafe impl NSItemProviderWriting for CNContact {}
22);