#import <Foundation/Foundation.h>
@protocol AAConfigurationViewControllerDelegate <NSObject>
-(void)saveAndRunAction:(int)action;
@end