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