blob: c530ebd0b7d8d48fa3ae28e8ba5d1ae6a5c35c2a [file] [log] [blame]
#import <Cocoa/Cocoa.h>
@interface TimerOne : NSObject
{
NSTimer *foodTimer;
NSTimer *sleepTimer;
}
@end