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.h
2
//  AppDelegate.h
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 <Cocoa/Cocoa.h>
9
#import <Cocoa/Cocoa.h>
10
 
10
 
11
@interface AppDelegate : NSObject <NSApplicationDelegate>
11
@interface AppDelegate : NSObject <NSApplicationDelegate>
12
 
12
 
13
@property (assign) IBOutlet NSWindow *window;
13
@property (assign) IBOutlet NSWindow *window;
14
 
14
 
15
@end
15
@end
16
 
16