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§
unsafe fn challengesViewControllerDidFinish( &self, view_controller: Option<&GKChallengesViewController>, )
👎Deprecated: No longer supported
Available on crate feature
objc2-app-kit
and macOS only.