// // AppDelegate.h // exp_parse // // Created by Jared Bruni on 9/15/13. // Copyright (c) 2013 Jared Bruni. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> @property (assign) IBOutlet NSWindow *window; @end