diff options
Diffstat (limited to 'MacHammer_RuntimeAppDelegate.h')
-rw-r--r-- | MacHammer_RuntimeAppDelegate.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/MacHammer_RuntimeAppDelegate.h b/MacHammer_RuntimeAppDelegate.h new file mode 100644 index 0000000..ae7be1f --- /dev/null +++ b/MacHammer_RuntimeAppDelegate.h @@ -0,0 +1,17 @@ +// +// MacHammer_RuntimeAppDelegate.h +// MacHammer Runtime +// +// Created by Filipp Lepalaan on 13.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import <Cocoa/Cocoa.h> + +@interface MacHammer_RuntimeAppDelegate : NSObject <NSApplicationDelegate> { + NSWindow *window; +} + +@property (assign) IBOutlet NSWindow *window; + +@end |