AutoAlerts/autoalertspreferences/AARootListController.h

8 lines
154 B
Objective-C

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