// // gui_ocamlmsgAppDelegate.h // gui-ocamlmsg // // Created by Tony Garnock-Jones on 2012-05-01. // Copyright 2012 n/a. All rights reserved. // #import @interface gui_ocamlmsgAppDelegate : NSObject { NSWindow *window; } @property (assign) IBOutlet NSWindow *window; @end