| // | |
| // AppDelegate.h | |
| // BenchmarkMac | |
| // | |
| // Created by Robbie Hanson on 11/15/11. | |
| // Copyright (c) 2011 __MyCompanyName__. All rights reserved. | |
| // | |
| #import <Cocoa/Cocoa.h> | |
| @interface AppDelegate : NSObject <NSApplicationDelegate> | |
| @property (assign) IBOutlet NSWindow *window; | |
| @end |