blob: d330d4ae786c60c93e1e7521e3ce539b7fc17fbd [file] [log] [blame]
//
// 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