Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

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