blob: c6255d2067e5279a729a748638115d45c2d4a201 [file] [log] [blame]
yangsu@google.com6c4cd262011-06-16 14:46:26 +00001#import <Cocoa/Cocoa.h>
2#import "SkNSView.h"
3
4@interface SkNSWindow : NSWindow {
5}
6//Overwrite in subclass to load custom skia views
7-(void) installSkViews;
8
9-(void) receiveSkEvent:(NSNotification*)notification;
10+(void) postTimedEvent:(NSTimeInterval)ti;
11+(void) timerFireMethod:(NSTimer*)theTimer;
12@end