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