#import
#import
#import
PUBLIC @interface HTMLOutputWindowController : NSObject
{
OBJC_WATCH_LEAKS(HTMLOutputWindowController);
NSWindow* window;
OakHTMLOutputView* htmlOutputView;
command::runner_ptr runner;
}
+ (HTMLOutputWindowController*)HTMLOutputWindowWithRunner:(command::runner_ptr const&)aRunner;
@end