Initial commit
This commit is contained in:
12
autoalertspreferences/AAAlertOverviewController.h
Normal file
12
autoalertspreferences/AAAlertOverviewController.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#import <Preferences/PSViewController.h>
|
||||
#import "../Model/AAAlertInfo.h"
|
||||
#import "AADeleteDelegate.h"
|
||||
|
||||
@interface AAAlertOverviewController : PSViewController
|
||||
|
||||
@property (nonatomic, retain) UITableView *tableView;
|
||||
@property (nonatomic, retain) AAAlertInfo *alertInfo;
|
||||
@property (nonatomic, retain) NSMutableDictionary<NSString *, NSString *> *appsDict;
|
||||
@property (nonatomic, assign) id<AADeleteDelegate> deleteDelegate;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user