objc2-shared-with-you 0.3.2

Bindings to the SharedWithYou framework
Documentation
// This file has been automatically generated by `objc2`'s `header-translator`.
// DO NOT EDIT

#![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 = "SharedWithYou", kind = "framework")]
extern "C" {}

#[cfg(feature = "NSItemProvider_SWCollaborationMetadata")]
#[path = "NSItemProvider_SWCollaborationMetadata.rs"]
mod __NSItemProvider_SWCollaborationMetadata;
#[cfg(feature = "NSPasteboardItem_SWCollaborationMetadata")]
#[path = "NSPasteboardItem_SWCollaborationMetadata.rs"]
mod __NSPasteboardItem_SWCollaborationMetadata;
#[cfg(feature = "SWAttributionView")]
#[path = "SWAttributionView.rs"]
mod __SWAttributionView;
#[cfg(feature = "SWCollaborationHighlight")]
#[path = "SWCollaborationHighlight.rs"]
mod __SWCollaborationHighlight;
#[cfg(feature = "SWCollaborationView")]
#[path = "SWCollaborationView.rs"]
mod __SWCollaborationView;
#[cfg(feature = "SWErrors")]
#[path = "SWErrors.rs"]
mod __SWErrors;
#[cfg(feature = "SWHighlight")]
#[path = "SWHighlight.rs"]
mod __SWHighlight;
#[cfg(feature = "SWHighlightCenter")]
#[path = "SWHighlightCenter.rs"]
mod __SWHighlightCenter;
#[cfg(feature = "SWHighlightChangeEvent")]
#[path = "SWHighlightChangeEvent.rs"]
mod __SWHighlightChangeEvent;
#[cfg(feature = "SWHighlightEvent")]
#[path = "SWHighlightEvent.rs"]
mod __SWHighlightEvent;
#[cfg(feature = "SWHighlightMembershipEvent")]
#[path = "SWHighlightMembershipEvent.rs"]
mod __SWHighlightMembershipEvent;
#[cfg(feature = "SWHighlightMentionEvent")]
#[path = "SWHighlightMentionEvent.rs"]
mod __SWHighlightMentionEvent;
#[cfg(feature = "SWHighlightPersistenceEvent")]
#[path = "SWHighlightPersistenceEvent.rs"]
mod __SWHighlightPersistenceEvent;
#[cfg(feature = "SWRemoveParticipantAlert")]
#[path = "SWRemoveParticipantAlert.rs"]
mod __SWRemoveParticipantAlert;

#[cfg(feature = "NSItemProvider_SWCollaborationMetadata")]
pub use self::__NSItemProvider_SWCollaborationMetadata::SWCollaborationMetadataTypeIdentifier;
#[cfg(feature = "NSPasteboardItem_SWCollaborationMetadata")]
pub use self::__NSPasteboardItem_SWCollaborationMetadata::NSPasteboardItemSWCollaborationMetadata;
#[cfg(all(
    feature = "NSPasteboardItem_SWCollaborationMetadata",
    feature = "objc2-app-kit"
))]
#[cfg(target_os = "macos")]
pub use self::__NSPasteboardItem_SWCollaborationMetadata::NSPasteboardTypeCollaborationMetadata;
#[cfg(all(feature = "SWAttributionView", feature = "objc2-app-kit"))]
#[cfg(target_os = "macos")]
pub use self::__SWAttributionView::SWAttributionView;
#[cfg(feature = "SWAttributionView")]
pub use self::__SWAttributionView::SWAttributionViewBackgroundStyle;
#[cfg(feature = "SWAttributionView")]
pub use self::__SWAttributionView::SWAttributionViewDisplayContext;
#[cfg(feature = "SWAttributionView")]
pub use self::__SWAttributionView::SWAttributionViewHorizontalAlignment;
#[cfg(all(feature = "SWCollaborationHighlight", feature = "SWHighlight"))]
pub use self::__SWCollaborationHighlight::SWCollaborationHighlight;
#[cfg(all(feature = "SWCollaborationView", feature = "objc2-app-kit"))]
#[cfg(target_os = "macos")]
pub use self::__SWCollaborationView::SWCollaborationView;
#[cfg(feature = "SWCollaborationView")]
pub use self::__SWCollaborationView::SWCollaborationViewDelegate;
#[cfg(feature = "SWErrors")]
pub use self::__SWErrors::SWHighlightCenterErrorCode;
#[cfg(feature = "SWHighlight")]
pub use self::__SWHighlight::SWHighlight;
#[cfg(feature = "SWHighlightCenter")]
pub use self::__SWHighlightCenter::SWHighlightCenter;
#[cfg(feature = "SWHighlightCenter")]
pub use self::__SWHighlightCenter::SWHighlightCenterDelegate;
#[cfg(feature = "SWHighlightChangeEvent")]
pub use self::__SWHighlightChangeEvent::SWHighlightChangeEvent;
#[cfg(feature = "SWHighlightChangeEvent")]
pub use self::__SWHighlightChangeEvent::SWHighlightChangeEventTrigger;
#[cfg(feature = "SWHighlightEvent")]
pub use self::__SWHighlightEvent::SWHighlightEvent;
#[cfg(feature = "SWHighlightMembershipEvent")]
pub use self::__SWHighlightMembershipEvent::SWHighlightMembershipEvent;
#[cfg(feature = "SWHighlightMembershipEvent")]
pub use self::__SWHighlightMembershipEvent::SWHighlightMembershipEventTrigger;
#[cfg(feature = "SWHighlightMentionEvent")]
pub use self::__SWHighlightMentionEvent::SWHighlightMentionEvent;
#[cfg(feature = "SWHighlightPersistenceEvent")]
pub use self::__SWHighlightPersistenceEvent::SWHighlightPersistenceEvent;
#[cfg(feature = "SWHighlightPersistenceEvent")]
pub use self::__SWHighlightPersistenceEvent::SWHighlightPersistenceEventTrigger;
#[cfg(feature = "SWRemoveParticipantAlert")]
pub use self::__SWRemoveParticipantAlert::SWRemoveParticipantAlert;