Rev 584 | Details | 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