mirror of
https://github.com/ZaidElkurdi/AssistantPlus.git
synced 2025-01-23 03:48:31 +00:00
8 lines
182 B
Objective-C
8 lines
182 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface MainViewController: UIViewController <UITableViewDataSource, UITableViewDelegate>
|
|
|
|
@property (nonatomic, strong) UITableView *optionsTable;
|
|
|
|
@end
|