//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ffi::*;
use objc2::__framework_prelude::*;
use crate::*;
/// UISceneEnhancedStateRestoration.
#[cfg(all(feature = "UIResponder", feature = "UIScene"))]
impl UIScene {
extern_methods!(
#[unsafe(method(extendStateRestoration))]
#[unsafe(method_family = none)]
pub fn extendStateRestoration(&self);
#[unsafe(method(completeStateRestoration))]
#[unsafe(method_family = none)]
pub fn completeStateRestoration(&self);
);
}