AppDelegate.h 223 B

1234567891011121314
  1. //
  2. // AppDelegate.h
  3. // BenchmarkMac
  4. //
  5. // Created by Robbie Hanson on 11/15/11.
  6. //
  7. #import <Cocoa/Cocoa.h>
  8. @interface AppDelegate : NSObject <NSApplicationDelegate>
  9. @property (assign) IBOutlet NSWindow *window;
  10. @end