#![allow(unused_imports)]
#![allow(deprecated)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(missing_docs)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::identity_op)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::doc_lazy_continuation)]
#![allow(rustdoc::broken_intra_doc_links)]
#![allow(rustdoc::bare_urls)]
#![allow(rustdoc::invalid_html_tags)]
#[link(name = "Collaboration", kind = "framework")]
extern "C" {}
#[cfg(feature = "CBIdentity")]
#[path = "CBIdentity.rs"]
mod __CBIdentity;
#[cfg(feature = "CBIdentityAuthority")]
#[path = "CBIdentityAuthority.rs"]
mod __CBIdentityAuthority;
#[cfg(feature = "CBIdentityPicker")]
#[path = "CBIdentityPicker.rs"]
mod __CBIdentityPicker;
#[cfg(feature = "CBIdentity")]
pub use self::__CBIdentity::CBGroupIdentity;
#[cfg(feature = "CBIdentity")]
pub use self::__CBIdentity::CBIdentity;
#[cfg(feature = "CBIdentity")]
pub use self::__CBIdentity::CBUserIdentity;
#[cfg(feature = "CBIdentityAuthority")]
pub use self::__CBIdentityAuthority::CBIdentityAuthority;
#[cfg(feature = "CBIdentityPicker")]
pub use self::__CBIdentityPicker::CBIdentityPicker;