Create RootOptionsController.h

This commit is contained in:
arichornlover 2024-02-17 02:18:50 -06:00 committed by GitHub
parent dd5ce625b5
commit 0944e52aef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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