#import @interface ErrorWindow : NSObject { IBOutlet id errorWindow; IBOutlet id errorTextField; } - (void)bitch:(NSString *)errorlog; @end