RAMenuBase can be removed now

This commit is contained in:
Twinaphex 2020-09-15 19:36:40 +02:00
parent 9245e3bd6b
commit cec774ba3b

View File

@ -57,22 +57,6 @@ typedef enum apple_view_type {
#import <GameController/GameController.h>
#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
@interface CocoaView : UIViewController
#elif TARGET_OS_TV