hop-2012/gui_ocamlmsgAppDelegate.m

20 lines
383 B
Mathematica
Raw Normal View History

2012-05-01 15:13:56 +00:00
//
// gui_ocamlmsgAppDelegate.m
// gui-ocamlmsg
//
// Created by Tony Garnock-Jones on 2012-05-01.
// Copyright 2012 n/a. All rights reserved.
//
#import "gui_ocamlmsgAppDelegate.h"
@implementation gui_ocamlmsgAppDelegate
@synthesize window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
}
@end