// // FineGrainedLoggingAppDelegate.h // FineGrainedLogging // // CocoaLumberjack Demos // #import @class TimerOne; @class TimerTwo; @interface FineGrainedLoggingAppDelegate : NSObject { TimerOne *timerOne; TimerTwo *timerTwo; NSWindow *__unsafe_unretained window; } @property (unsafe_unretained) IBOutlet NSWindow *window; @end