← index
Objective_C/apps/AfGui/AfGuiAppDelegate.h
Source: Objective_C/apps/AfGui/AfGuiAppDelegate.h
//
//  AfGuiAppDelegate.h
//  AfGui
//
//  Created by Jared Bruni on 7/19/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AfGuiAppDelegate : NSObject <NSApplicationDelegate> {
    NSWindow *window;
}

@property (assign) IBOutlet NSWindow *window;

@end