Create RootOptionsController.h
This commit is contained in:
parent
dd5ce625b5
commit
0944e52aef
1 changed files with 5 additions and 0 deletions
5
Sources/RootOptionsController.h
Normal file
5
Sources/RootOptionsController.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#import "UIKit/UIKit.h"
|
||||
|
||||
@interface RootOptionsController : UIViewController <UITableViewDelegate, UITableViewDataSource>
|
||||
@property (nonatomic, strong) UITableView* tableView;
|
||||
@end
|
||||
Loading…
Reference in a new issue