icrate 0.1.2

Bindings to Apple's frameworks
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use crate::common::*;
use crate::Contacts::*;
use crate::CoreLocation::*;
use crate::Foundation::*;

extern_class!(
    #[derive(Debug, PartialEq, Eq, Hash)]
    #[cfg(feature = "CoreLocation_CLCondition")]
    pub struct CLCondition;

    #[cfg(feature = "CoreLocation_CLCondition")]
    unsafe impl ClassType for CLCondition {
        type Super = NSObject;
        type Mutability = InteriorMutable;
    }
);

#[cfg(feature = "CoreLocation_CLCondition")]
unsafe impl Send for CLCondition {}

#[cfg(feature = "CoreLocation_CLCondition")]
unsafe impl Sync for CLCondition {}

#[cfg(feature = "CoreLocation_CLCondition")]
unsafe impl NSCoding for CLCondition {}

#[cfg(feature = "CoreLocation_CLCondition")]
unsafe impl NSCopying for CLCondition {}

#[cfg(feature = "CoreLocation_CLCondition")]
unsafe impl NSObjectProtocol for CLCondition {}

#[cfg(feature = "CoreLocation_CLCondition")]
unsafe impl NSSecureCoding for CLCondition {}

extern_methods!(
    #[cfg(feature = "CoreLocation_CLCondition")]
    unsafe impl CLCondition {
        #[method_id(@__retain_semantics Init init)]
        pub unsafe fn init(this: Allocated<Self>) -> Id<Self>;

        #[method_id(@__retain_semantics New new)]
        pub unsafe fn new() -> Id<Self>;
    }
);