- //
- // CustomFormattersAppDelegate.h
- // CustomFormatters
- //
- // CocoaLumberjack Demos
- //
- #import <Cocoa/Cocoa.h>
- @interface CustomFormattersAppDelegate : NSObject <NSApplicationDelegate> {
- NSWindow *__unsafe_unretained window;
- }
- @property (unsafe_unretained) IBOutlet NSWindow *window;
- @end
|