blob: 00862d33be3cb6f370bf4bb74c1241efde509cb7 [file] [log] [blame]
#import <Cocoa/Cocoa.h>
@interface CustomFormattersAppDelegate : NSObject <NSApplicationDelegate> {
NSWindow *__unsafe_unretained window;
}
@property (unsafe_unretained) IBOutlet NSWindow *window;
@end