VOGameViewControllerProtocol
@protocol VOGameViewControllerProtocol <NSObject>
GameViewControllerProtocol
is the interface for UIViewControllers that facilitate interactions with games.
UIViewControllers must implement this protocol to appear in the game selection screen.
-
The delegate responsible for handling game related events.
Declaration
Objective-C
@property (readwrite, nonatomic) id<VOGameViewControllerDelegate> _Nullable delegate;
Swift
weak var delegate: VOGameViewControllerDelegate? { get set }