AutoAlerts/autoalertspreferences/AADeleteDelegate.h

5 lines
62 B
Objective-C

@protocol AADeleteDelegate <NSObject>
-(void)didDelete;
@end