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