// // AlphaFlameHD_LauncherAppDelegate.h // AlphaFlameHD_Launcher // // Created by Jared Bruni on 3/28/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AlphaFlameHD_LauncherAppDelegate : NSObject <NSApplicationDelegate> { NSWindow *window; } @property (assign) IBOutlet NSWindow *window; @end