aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm
blob: 7358c5f7ce8b531ef56e9ca0fdc081ce32c958ad (plain)
1
2
3
4
5
6
7
8
9
10
#import "CocoaDebuggerAppDelegate.h"

@implementation CocoaDebuggerAppDelegate
@synthesize window;

-(void) applicationDidFinishLaunching:(NSNotification *)aNotification {
    //Load specified skia views after launching
    [window installSkViews];
}
@end