blob: 1c3725a05ccf650f84f38b7a43a214ff6c264c4c [file] [log] [blame]
#import "SimpleCocoaAppDelegate.h"
@implementation SimpleCocoaAppDelegate
@synthesize window;
-(void) applicationDidFinishLaunching:(NSNotification *)aNotification {
//Load specified skia views after launching
[window installSkViews];
}
@end