blob: 4efbafacc6f853d875c6cb5d250991217d9d1ee6 [file] [log] [blame]
#import <Cocoa/Cocoa.h>
@class TimerOne;
@class TimerTwo;
@interface FineGrainedLoggingAppDelegate : NSObject <NSApplicationDelegate>
{
TimerOne *timerOne;
TimerTwo *timerTwo;
NSWindow *__unsafe_unretained window;
}
@property (unsafe_unretained) IBOutlet NSWindow *window;
@end