Files
AutoAlerts/autoalertspreferences/AARootListController.h
2019-07-28 18:48:02 +02:00

8 lines
154 B
Objective-C

#import <Preferences/PSViewController.h>
@interface AARootListController : PSViewController
@property (nonatomic, retain) UITableView *tableView;
@end