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