Files
2019-01-15 12:01:20 -08:00

17 lines
189 B
Objective-C

//
// TimerTwo.h
// FineGrainedLogging
//
// CocoaLumberjack Demos
//
#import <Cocoa/Cocoa.h>
@interface TimerTwo : NSObject
{
NSTimer *foodTimer;
NSTimer *sleepTimer;
}
@end