objc2-core-location-ui 0.3.2

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

#[cfg(feature = "CLLocationButton")]
#[path = "CLLocationButton.rs"]
mod __CLLocationButton;

#[cfg(all(feature = "CLLocationButton", feature = "objc2-ui-kit"))]
pub use self::__CLLocationButton::CLLocationButton;
#[cfg(feature = "CLLocationButton")]
pub use self::__CLLocationButton::CLLocationButtonIcon;
#[cfg(feature = "CLLocationButton")]
pub use self::__CLLocationButton::CLLocationButtonLabel;
use core::ffi::*;

use crate::*;

extern "C" {
    /// The project version number for CoreLocationUI.
    ///
    /// See also [Apple's documentation](https://developer.apple.com/documentation/corelocationui/corelocationuiversionnumber?language=objc)
    pub static CoreLocationUIVersionNumber: c_double;
}

extern "C" {
    /// The project version string for CoreLocationUI.
    ///
    /// See also [Apple's documentation](https://developer.apple.com/documentation/corelocationui/corelocationuiversionstring?language=objc)
    pub static CoreLocationUIVersionString: *mut c_uchar;
}