mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
17 lines
294 B
Objective-C
17 lines
294 B
Objective-C
//
|
|
// GlobalLogLevelAppDelegate.h
|
|
// GlobalLogLevel
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface GlobalLogLevelAppDelegate : NSObject <NSApplicationDelegate> {
|
|
NSWindow *__unsafe_unretained window;
|
|
}
|
|
|
|
@property (unsafe_unretained) IBOutlet NSWindow *window;
|
|
|
|
@end
|