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