objc2-intents 0.3.2

Bindings to the Intents framework
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ptr::NonNull;
use objc2::__framework_prelude::*;
use objc2_foundation::*;

use crate::*;

/// Deprecated.
#[deprecated = "INSetDefrosterSettingsInCarIntent is deprecated. There is no replacement."]
#[cfg(all(feature = "INIntent", feature = "INSetDefrosterSettingsInCarIntent"))]
impl INSetDefrosterSettingsInCarIntent {
    extern_methods!(
        #[cfg(feature = "INCarDefroster")]
        #[deprecated]
        #[unsafe(method(initWithEnable:defroster:))]
        #[unsafe(method_family = init)]
        pub unsafe fn initWithEnable_defroster(
            this: Allocated<Self>,
            enable: Option<&NSNumber>,
            defroster: INCarDefroster,
        ) -> Retained<Self>;
    );
}