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::AppKit::*;
use crate::CoreLocation::*;
use crate::Foundation::*;
use crate::PhotoKit::*;

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

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

#[cfg(feature = "PhotoKit_PHChangeRequest")]
unsafe impl NSObjectProtocol for PHChangeRequest {}

extern_methods!(
    #[cfg(feature = "PhotoKit_PHChangeRequest")]
    unsafe impl PHChangeRequest {}
);

extern_methods!(
    /// Methods declared on superclass `NSObject`
    #[cfg(feature = "PhotoKit_PHChangeRequest")]
    unsafe impl PHChangeRequest {
        #[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>;
    }
);