/* ErrorController */

#include <Cocoa/Cocoa.h>

@interface ErrorController : NSObject
{
    IBOutlet id errorDialog;
    IBOutlet id errorMessage;
}
- (IBAction)closeAlert:(id)sender;
- (IBAction)showAlert:(id)sender;
- (IBAction)throwAlert:(NSString *)message;
@end


syntax highlighted by Code2HTML, v. 0.9.1