/* All Rights reserved */

@interface AppController : NSObject
{
  	id list;
  	id status;
  	id resultsTests;
  	id summary;
	id popupTestsSets;
  	id preferencesPanel;
	id preferencesController;
}

- (void) showPreferencesPanel: (id)sender;
- (void) runTests: (id)sender;
- (void) popupTestsSets: (id)sender;

- (NSArray *) scanOutput: (NSString *)output;

- (void) noLight;
- (void) greenLight;
- (void) redLight;

- (void) testsSetsChanged: (NSNotification *)not;

@end


syntax highlighted by Code2HTML, v. 0.9.1