diff --git a/ui/drivers/cocoa/cocoa_common.h b/ui/drivers/cocoa/cocoa_common.h index 84078b49c8..4b6f64ea96 100644 --- a/ui/drivers/cocoa/cocoa_common.h +++ b/ui/drivers/cocoa/cocoa_common.h @@ -59,11 +59,13 @@ typedef struct } apple_frontend_settings_t; extern apple_frontend_settings_t apple_frontend_settings; -@interface CocoaView : UIViewController +@interface CocoaView : UIViewController + (CocoaView*)get; @end -@interface RetroArch_iOS : UINavigationController +@interface RetroArch_iOS : UINavigationController @property (nonatomic) UIWindow* window; @property (nonatomic) NSString* documentsDirectory;