Files
textmate/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.h
2012-09-24 20:58:43 +02:00

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