Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
649 janba 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