mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 12:01:44 +00:00
10 lines
166 B
Objective-C
10 lines
166 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ErrorWindow : NSObject {
|
|
IBOutlet id errorWindow;
|
|
IBOutlet id errorTextField;
|
|
}
|
|
|
|
- (void)bitch:(NSString *)errorlog;
|
|
|
|
@end
|