objc2_media_setup/generated/
mod.rs

1// This file has been automatically generated by `objc2`'s `header-translator`.
2// DO NOT EDIT
3
4#![allow(unused_imports)]
5#![allow(deprecated)]
6#![allow(non_snake_case)]
7#![allow(non_camel_case_types)]
8#![allow(non_upper_case_globals)]
9#![allow(missing_docs)]
10#![allow(clippy::too_many_arguments)]
11#![allow(clippy::type_complexity)]
12#![allow(clippy::upper_case_acronyms)]
13#![allow(clippy::identity_op)]
14#![allow(clippy::missing_safety_doc)]
15#![allow(clippy::doc_lazy_continuation)]
16#![allow(rustdoc::broken_intra_doc_links)]
17#![allow(rustdoc::bare_urls)]
18#![allow(rustdoc::unportable_markdown)]
19#![allow(rustdoc::invalid_html_tags)]
20
21#[link(name = "MediaSetup", kind = "framework")]
22extern "C" {}
23
24#[cfg(feature = "MSServiceAccount")]
25#[path = "MSServiceAccount.rs"]
26mod __MSServiceAccount;
27#[cfg(feature = "MSSetupSession")]
28#[path = "MSSetupSession.rs"]
29mod __MSSetupSession;
30
31#[cfg(feature = "MSServiceAccount")]
32pub use self::__MSServiceAccount::MSServiceAccount;
33#[cfg(feature = "MSSetupSession")]
34pub use self::__MSSetupSession::MSAuthenticationPresentationContext;
35#[cfg(all(feature = "MSSetupSession", feature = "objc2-ui-kit"))]
36pub use self::__MSSetupSession::MSPresentationAnchor;
37#[cfg(feature = "MSSetupSession")]
38pub use self::__MSSetupSession::MSSetupSession;
39use core::ffi::*;
40
41use crate::*;
42
43extern "C" {
44    /// The version number of the Media Setup framework.
45    ///
46    /// See also [Apple's documentation](https://developer.apple.com/documentation/mediasetup/mediasetupversionnumber?language=objc)
47    pub static MediaSetupVersionNumber: c_double;
48}
49
50extern "C" {
51    /// The version of the Media Setup framework.
52    ///
53    /// See also [Apple's documentation](https://developer.apple.com/documentation/mediasetup/mediasetupversionstring?language=objc)
54    pub static MediaSetupVersionString: *mut c_uchar;
55}