5 lines
102 B
Objective-C
5 lines
102 B
Objective-C
@protocol AAConfigurationViewControllerDelegate <NSObject>
|
|
|
|
-(void)saveAndRunAction:(int)action;
|
|
|
|
@end |