uYouEnhanced_releases/Sources/RootOptionsController.h
2024-02-17 02:18:50 -06:00

5 lines
181 B
Objective-C

#import "UIKit/UIKit.h"
@interface RootOptionsController : UIViewController <UITableViewDelegate, UITableViewDataSource>
@property (nonatomic, strong) UITableView* tableView;
@end