14 lines
210 B
Objective-C
14 lines
210 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface SWELLApplication : NSApplication {
|
|
|
|
}
|
|
- (void)sendEvent:(NSEvent *)anEvent;
|
|
|
|
@end
|
|
|
|
@interface SWELLAppController : NSObject {
|
|
}
|
|
-(IBAction)onSysMenuCommand:(id)sender;
|
|
@end |