Subversion Repositories gelsvn

Rev

Blame | Last modification | View Log | RSS feed

//
//  AppDelegate.h
//  MeshEdit
//
//  Created by J. Andreas Bærentzen on 04/10/13.
//
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end