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