Initial commit

This commit is contained in:
shiftcmdk
2019-07-28 18:48:02 +02:00
commit 7956264aa1
39 changed files with 2985 additions and 0 deletions

View 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