// // TestAppDelegate.h // TestApplication // // Created by Justin Spahr-Summers on 2013-08-08. // Copyright (c) 2013 GitHub. All rights reserved. // #import @interface TestAppDelegate : NSObject @property (assign) IBOutlet NSWindow *window; @end