Files
textmate/Frameworks/HTMLOutput/src/OakHTMLOutputView.h
Jacob Bandes-Storch a79c9d0377 Use 64-bit: miscellaneous fixes
- Property using superclass ivar
- Multiple methods matching selector
2012-08-28 21:32:47 +02:00

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