Subversion Repositories gelsvn

Rev

Rev 584 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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