fixed #1 problem with nap time
This commit is contained in:
parent
73b1ae5e83
commit
2403c80c3f
3 changed files with 8 additions and 5 deletions
1
Timer.h
1
Timer.h
|
@ -32,6 +32,7 @@
|
|||
bool ongoing;
|
||||
|
||||
NSTimer *repeatingTimer;
|
||||
id<NSObject> action;
|
||||
}
|
||||
|
||||
@property (assign) NSTimer *repeatingTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue