fixed #1 problem with nap time

This commit is contained in:
Jeena 2014-05-11 19:42:57 +02:00
parent 73b1ae5e83
commit 2403c80c3f
3 changed files with 8 additions and 5 deletions

View file

@ -32,6 +32,7 @@
bool ongoing;
NSTimer *repeatingTimer;
id<NSObject> action;
}
@property (assign) NSTimer *repeatingTimer;