hop-2012/gui_ocamlmsgAppDelegate.m

20 lines
383 B
Objective-C

//
// 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