1 2 3 4 5 6 7 8 9 10
#import <Cocoa/Cocoa.h> @interface ErrorWindow : NSObject { IBOutlet id errorWindow; IBOutlet id errorTextField; } - (void)bitch:(NSString *)errorlog; @end