GKFriendRequestComposeViewControllerDelegate

Trait GKFriendRequestComposeViewControllerDelegate 

Source
pub unsafe trait GKFriendRequestComposeViewControllerDelegate { }
👎Deprecated: No longer supported.
Available on crate feature GKFriendRequestComposeViewController only.
Expand description

Optional delegate

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn GKFriendRequestComposeViewControllerDelegate

Source§

const NAME: &'static str = "GKFriendRequestComposeViewControllerDelegate"

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 GKFriendRequestComposeViewControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> GKFriendRequestComposeViewControllerDelegate for ProtocolObject<T>

Implementors§