Initial commit
This commit is contained in:
11
autoalertspreferences/AAApp.h
Normal file
11
autoalertspreferences/AAApp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#import "../Model/AAAlertInfo.h"
|
||||
|
||||
@interface AAApp: NSObject
|
||||
|
||||
-(id)initWithBundleID:(NSString *)bundleID name:(NSString *)name infos:(NSMutableArray<AAAlertInfo *> *)infos;
|
||||
|
||||
@property (nonatomic, copy) NSString *bundleID;
|
||||
@property (nonatomic, copy) NSString *name;
|
||||
@property (nonatomic, retain) NSMutableArray<AAAlertInfo *> *infos;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user