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