blob: 755ed458effa618218e35fb50c09eb74fdf33743 [file] [log] [blame]
#import <Foundation/Foundation.h>
@interface SkIOSNotifier : NSObject
- (void)receiveSkEvent:(NSNotification*)notification;
+ (void)postTimedSkEvent:(NSTimeInterval)ti;
+ (void)timerFireMethod:(NSTimer*)theTimer;
@end