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::invalid_html_tags)]
19
20#[link(name = "MediaSetup", kind = "framework")]
21extern "C" {}
22
23#[cfg(feature = "MSServiceAccount")]
24#[path = "MSServiceAccount.rs"]
25mod __MSServiceAccount;
26#[cfg(feature = "MSSetupSession")]
27#[path = "MSSetupSession.rs"]
28mod __MSSetupSession;
29
30#[cfg(feature = "MSServiceAccount")]
31pub use self::__MSServiceAccount::MSServiceAccount;
32#[cfg(feature = "MSSetupSession")]
33pub use self::__MSSetupSession::MSAuthenticationPresentationContext;
34#[cfg(all(feature = "MSSetupSession", feature = "objc2-ui-kit"))]
35pub use self::__MSSetupSession::MSPresentationAnchor;
36#[cfg(feature = "MSSetupSession")]
37pub use self::__MSSetupSession::MSSetupSession;
38use core::ffi::*;
39
40use crate::*;
41
42extern "C" {
43    /// The version number of the Media Setup framework.
44    ///
45    /// See also [Apple's documentation](https://developer.apple.com/documentation/mediasetup/mediasetupversionnumber?language=objc)
46    pub static MediaSetupVersionNumber: c_double;
47}
48
49extern "C" {
50    /// The version of the Media Setup framework.
51    ///
52    /// See also [Apple's documentation](https://developer.apple.com/documentation/mediasetup/mediasetupversionstring?language=objc)
53    pub static MediaSetupVersionString: *mut c_uchar;
54}