// // AppDelegate.h // ExampleApp-OSX // // Created by Marcus Westin on 6/8/13. // Copyright (c) 2013 Marcus Westin. All rights reserved. // #import @interface AppDelegate : NSObject @property (assign) IBOutlet NSWindow *window; @end