#import @class AtomController, AtomMenuItem; @interface AtomApp : NSApplication @property (nonatomic, retain) NSMutableArray *controllers; - (void)removeController:(AtomController *)controller; - (IBAction)runSpecs:(id)sender; - (void)performActionForMenuItem:(AtomMenuItem *)item; - (void)resetMainMenu; - (NSString *)getCachedScript:(NSString *)filePath; - (void)setCachedScript:(NSString *)filePath contents:(NSString *)contents; @end