7 lines
137 B
Objective-C
7 lines
137 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@protocol AAConfigurationViewControllerDelegate <NSObject>
|
|
|
|
-(void)saveAndRunAction:(int)action;
|
|
|
|
@end |