#import #import "../Model/AAAlertInfo.h" #import "AADeleteDelegate.h" @interface AAAlertOverviewController : PSViewController @property (nonatomic, retain) UITableView *tableView; @property (nonatomic, retain) AAAlertInfo *alertInfo; @property (nonatomic, retain) NSMutableDictionary *appsDict; @property (nonatomic, assign) id deleteDelegate; @end