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