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