Subversion Repositories gelsvn

Rev

Rev 584 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

//
//  AppDelegate.h
//  MeshEdit
//
//  Created by J. Andreas Bærentzen on 10/09/12.
//
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end