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