mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
ARC: Update HTMLOutput framework
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
#import <oak/debug.h>
|
||||
#import "browser/HOBrowserView.h"
|
||||
|
||||
@class HOAutoScroll;
|
||||
#import <oak/misc.h>
|
||||
|
||||
PUBLIC @interface OakHTMLOutputView : HOBrowserView
|
||||
{
|
||||
HOAutoScroll* autoScrollHelper;
|
||||
std::map<std::string, std::string> environment;
|
||||
BOOL runningCommand;
|
||||
}
|
||||
@property (nonatomic, readonly) BOOL runningCommand;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user