← index
Objective_C/apps/exp_parse/exp_parse/AppDelegate.h
Source: Objective_C/apps/exp_parse/exp_parse/AppDelegate.h
//
//  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