// // LetsMoveAppDelegate.h // LetsMove // // Created by Andy Kim on 9/17/09. // Copyright 2009 Potion Factory LLC. All rights reserved. // #import #ifdef MAC_OS_X_VERSION_10_6 #define APPLICATION_DELEGATE #else #define APPLICATION_DELEGATE #endif @interface LetsMoveAppDelegate : NSObject APPLICATION_DELEGATE { IBOutlet NSWindow *window; } - (NSWindow *)window; @end