blob: 755ed458effa618218e35fb50c09eb74fdf33743 [file] [log] [blame]
yangsu@google.comc5aeccd2011-07-17 14:42:08 +00001#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