mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
14 lines
297 B
Objective-C
14 lines
297 B
Objective-C
#import <oak/debug.h>
|
|
#import "browser/HOBrowserView.h"
|
|
|
|
@class HOAutoScroll;
|
|
|
|
PUBLIC @interface OakHTMLOutputView : HOBrowserView
|
|
{
|
|
HOAutoScroll* autoScrollHelper;
|
|
std::map<std::string, std::string> environment;
|
|
BOOL runningCommand;
|
|
}
|
|
@property (nonatomic, readonly) BOOL runningCommand;
|
|
@end
|