mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
RAMenuBase can be removed now
This commit is contained in:
parent
9245e3bd6b
commit
cec774ba3b
@ -57,22 +57,6 @@ typedef enum apple_view_type {
|
|||||||
#import <GameController/GameController.h>
|
#import <GameController/GameController.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*********************************************/
|
|
||||||
/* RAMenuBase */
|
|
||||||
/* A menu class that displays RAMenuItemBase */
|
|
||||||
/* objects. */
|
|
||||||
/*********************************************/
|
|
||||||
@interface RAMenuBase : UITableViewController
|
|
||||||
@property (nonatomic) NSMutableArray* sections;
|
|
||||||
@property (nonatomic) BOOL hidesHeaders;
|
|
||||||
@property (nonatomic) RAMenuBase* last_menu;
|
|
||||||
@property (nonatomic) UILabel *osdmessage;
|
|
||||||
|
|
||||||
- (id)initWithStyle:(UITableViewStyle)style;
|
|
||||||
- (id)itemForIndexPath:(NSIndexPath*)indexPath;
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
#if TARGET_OS_IOS
|
#if TARGET_OS_IOS
|
||||||
@interface CocoaView : UIViewController
|
@interface CocoaView : UIViewController
|
||||||
#elif TARGET_OS_TV
|
#elif TARGET_OS_TV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user