AppDelegate.h 207 B

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