objc2-watch-connectivity 0.3.2

Bindings to the WatchConnectivity 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 = "WatchConnectivity", kind = "framework")]
extern "C" {}

#[cfg(feature = "WCDefines")]
#[path = "WCDefines.rs"]
mod __WCDefines;
#[cfg(feature = "WCError")]
#[path = "WCError.rs"]
mod __WCError;
#[cfg(feature = "WCSession")]
#[path = "WCSession.rs"]
mod __WCSession;
#[cfg(feature = "WCSessionFile")]
#[path = "WCSessionFile.rs"]
mod __WCSessionFile;
#[cfg(feature = "WCSessionUserInfoTransfer")]
#[path = "WCSessionUserInfoTransfer.rs"]
mod __WCSessionUserInfoTransfer;

#[cfg(feature = "WCError")]
pub use self::__WCError::WCErrorCode;
#[cfg(feature = "WCError")]
pub use self::__WCError::WCErrorDomain;
#[cfg(feature = "WCSession")]
pub use self::__WCSession::WCSession;
#[cfg(feature = "WCSession")]
pub use self::__WCSession::WCSessionActivationState;
#[cfg(feature = "WCSession")]
pub use self::__WCSession::WCSessionDelegate;
#[cfg(feature = "WCSessionFile")]
pub use self::__WCSessionFile::WCSessionFile;
#[cfg(feature = "WCSessionFile")]
pub use self::__WCSessionFile::WCSessionFileTransfer;
#[cfg(feature = "WCSessionUserInfoTransfer")]
pub use self::__WCSessionUserInfoTransfer::WCSessionUserInfoTransfer;