pub unsafe trait SKCloudServiceSetupViewControllerDelegate: NSObjectProtocol {
    // Provided method
    unsafe fn cloudServiceSetupViewControllerDidDismiss(
        &self,
        cloud_service_setup_view_controller: &SKCloudServiceSetupViewController
    )
       where Self: Sized + Message { ... }
}
Available on crate feature SKCloudServiceSetupViewController only.

Provided Methods§

source

unsafe fn cloudServiceSetupViewControllerDidDismiss( &self, cloud_service_setup_view_controller: &SKCloudServiceSetupViewController )
where Self: Sized + Message,

Available on crate feature objc2-app-kit and macOS only.

Trait Implementations§

source§

impl ProtocolType for dyn SKCloudServiceSetupViewControllerDelegate

source§

const NAME: &'static str = "SKCloudServiceSetupViewControllerDelegate"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn SKCloudServiceSetupViewControllerDelegate

Implementations on Foreign Types§

source§

impl<T> SKCloudServiceSetupViewControllerDelegate for ProtocolObject<T>

Implementors§