Files
tlib/oversampling/WDL/swell/swellappmain.h
2024-05-24 13:28:31 +02:00

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