blob: 806abd1150336e456b272365698cd334b7dc5008 [file] [log] [blame]
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end