blob: 1c3725a05ccf650f84f38b7a43a214ff6c264c4c [file] [log] [blame]
yangsu@google.com6c4cd262011-06-16 14:46:26 +00001#import "SimpleCocoaAppDelegate.h"
2
3@implementation SimpleCocoaAppDelegate
4@synthesize window;
5
6-(void) applicationDidFinishLaunching:(NSNotification *)aNotification {
7 //Load specified skia views after launching
8 [window installSkViews];
9}
10@end