Subversion Repositories gelsvn

Rev

Rev 584 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
584 jab 1
//
2
//  AppDelegate.h
3
//  MeshEdit
4
//
5
//  Created by J. Andreas Bærentzen on 10/09/12.
6
//
7
//
8
 
9
#import <Cocoa/Cocoa.h>
10
 
11
@interface AppDelegate : NSObject <NSApplicationDelegate>
12
 
13
@property (assign) IBOutlet NSWindow *window;
14
 
15
@end