| yangsu@google.com | c5aeccd | 2011-07-17 14:42:08 +0000 | [diff] [blame^] | 1 | #import <Foundation/Foundation.h> |
| 2 | |||||
| 3 | @interface SkIOSNotifier : NSObject | ||||
| 4 | - (void)receiveSkEvent:(NSNotification*)notification; | ||||
| 5 | + (void)postTimedSkEvent:(NSTimeInterval)ti; | ||||
| 6 | + (void)timerFireMethod:(NSTimer*)theTimer; | ||||
| 7 | @end | ||||