update plists MACOSX_DEPLOYMENT_TARGET = 10.7.0
[wdl/wdl-ol.git] / WDL / swell / swellappmain.h
blob5069860f6936a0104a0cd5e85f916f7ebc64c788
1 #import <Cocoa/Cocoa.h>
4 @interface SWELLApplication : NSApplication {
7 - (void)sendEvent:(NSEvent *)anEvent;
9 @end
11 @interface SWELLAppController : NSObject {
13 -(IBAction)onSysMenuCommand:(id)sender;
14 @end