blob: 326e867e455ded0dbe23848bf26cd01669c2b7d8 [file] [log] [blame] [edit]
//
// AppDelegate.h
// NonArcTest
//
// Created by Robbie Hanson on 11/9/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end