GKChallengesViewControllerDelegate

Trait GKChallengesViewControllerDelegate 

Source
pub unsafe trait GKChallengesViewControllerDelegate {
    // Provided method
    unsafe fn challengesViewControllerDidFinish(
        &self,
        view_controller: Option<&GKChallengesViewController>,
    )
       where Self: Sized + Message { ... }
}
👎Deprecated: No longer supported
Available on crate feature GKChallengesViewController only.
Expand description

Provided Methods§

Source

unsafe fn challengesViewControllerDidFinish( &self, view_controller: Option<&GKChallengesViewController>, )
where Self: Sized + Message,

👎Deprecated: No longer supported
Available on crate feature objc2-app-kit and macOS only.

Trait Implementations§

Source§

impl ProtocolType for dyn GKChallengesViewControllerDelegate

Source§

const NAME: &'static str = "GKChallengesViewControllerDelegate"

The name of the Objective-C protocol that this type represents. Read more
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 GKChallengesViewControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> GKChallengesViewControllerDelegate for ProtocolObject<T>

Implementors§