← index
Objective_C/apps/Transfer-Tool_GUI/Transfer-Tool_GUI/AppDelegate.h
Source: Objective_C/apps/Transfer-Tool_GUI/Transfer-Tool_GUI/AppDelegate.h
//
//  AppDelegate.h
//  Transer-Tool
//
//  Created by Jared Bruni on 9/16/13.
//  Copyright (c) 2013 Jared Bruni. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end