objc2_core_location_ui/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 = "CoreLocationUI", kind = "framework")]
21extern "C" {}
22
23#[cfg(feature = "CLLocationButton")]
24#[path = "CLLocationButton.rs"]
25mod __CLLocationButton;
26
27#[cfg(all(feature = "CLLocationButton", feature = "objc2-ui-kit"))]
28pub use self::__CLLocationButton::CLLocationButton;
29#[cfg(feature = "CLLocationButton")]
30pub use self::__CLLocationButton::CLLocationButtonIcon;
31#[cfg(feature = "CLLocationButton")]
32pub use self::__CLLocationButton::CLLocationButtonLabel;
33use core::ffi::*;
34
35use crate::*;
36
37extern "C" {
38    /// The project version number for CoreLocationUI.
39    ///
40    /// See also [Apple's documentation](https://developer.apple.com/documentation/corelocationui/corelocationuiversionnumber?language=objc)
41    pub static CoreLocationUIVersionNumber: c_double;
42}
43
44extern "C" {
45    /// The project version string for CoreLocationUI.
46    ///
47    /// See also [Apple's documentation](https://developer.apple.com/documentation/corelocationui/corelocationuiversionstring?language=objc)
48    pub static CoreLocationUIVersionString: *mut c_uchar;
49}