mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
7 lines
166 B
Objective-C
7 lines
166 B
Objective-C
#import "browser/HOBrowserView.h"
|
|
#import <oak/misc.h>
|
|
|
|
PUBLIC @interface OakHTMLOutputView : HOBrowserView
|
|
@property (nonatomic, readonly) BOOL runningCommand;
|
|
@end
|