// // InsideJobAppDelegate.h // InsideJob // // Created by Adam Preble on 10/6/10. // Copyright 2010 Adam Preble. All rights reserved. // #import @interface InsideJobAppDelegate : NSObject { NSWindow *window; } @property (assign) IBOutlet NSWindow *window; @end