blob: fc1cbd5dfcbe200da622126d3a80f43c99e19f85 [file] [log] [blame]
//
// AppDelegate.h
// NonArcTest
//
// Created by Robbie Hanson on 11/9/11.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end