mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
* Change copyright headers in Classes, Tests and Integration * Remove empty line from template * Add headers to demo files
15 lines
207 B
Objective-C
15 lines
207 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// BenchmarkMac
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
@property (assign) IBOutlet NSWindow *window;
|
|
|
|
@end
|