Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
671 |
khor |
1 |
//
|
|
|
2 |
// AppDelegate.h
|
|
|
3 |
// MeshEdit
|
|
|
4 |
//
|
|
|
5 |
// Created by J. Andreas Bærentzen on 04/10/13.
|
|
|
6 |
//
|
|
|
7 |
//
|
|
|
8 |
|
|
|
9 |
#import <Cocoa/Cocoa.h>
|
|
|
10 |
|
|
|
11 |
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
12 |
|
|
|
13 |
@property (assign) IBOutlet NSWindow *window;
|
|
|
14 |
|
|
|
15 |
@end
|