mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
7 lines
231 B
Objective-C
7 lines
231 B
Objective-C
#import <HTMLOutput/HTMLOutput.h>
|
|
#import <oak/misc.h>
|
|
|
|
PUBLIC @interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
|
|
+ (HTMLOutputWindowController*)HTMLOutputWindowWithRunner:(command::runner_ptr const&)aRunner;
|
|
@end
|