use core::ptr::NonNull;
use objc2::__framework_prelude::*;
use objc2_foundation::*;
use crate::*;
#[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>;
);
}