Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
584 jab 1
//
2
//  AppDelegate.m
3
//  MeshEdit
4
//
5
//  Created by J. Andreas Bærentzen on 10/09/12.
6
//
7
//
8
 
9
#import "AppDelegate.h"
10
 
11
@implementation AppDelegate
12
 
13
- (void)dealloc
14
{
15
    [super dealloc];
16
}
17
 
18
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
19
{
20
    // Insert code here to initialize your application
21
}
22
 
23
@end