Sign in
nest-open-source
/
nest-mobile-client-iphone
/
5.0.1
/
CocoaLumberjack
/
92a1135c19666c82f45dd265235fd5410e563b1f
/
.
/
Xcode
/
FineGrainedLogging
/
TimerTwo.h
blob: bafefae130464867801d84e5a9eb882a69d81237 [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
@interface
TimerTwo
:
NSObject
{
NSTimer
*
foodTimer
;
NSTimer
*
sleepTimer
;
}
@end