Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
//
// AppDelegate.m
// MeshEdit
//
// Created by J. Andreas Bærentzen on 10/09/12.
//
//
#import "AppDelegate.h"
@implementation AppDelegate
- (void)dealloc
{
[super dealloc];
}
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end