mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Initial commit
This commit is contained in:
16
Frameworks/HTMLOutput/src/browser/HOBrowserView.h
Normal file
16
Frameworks/HTMLOutput/src/browser/HOBrowserView.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#import <oak/debug.h>
|
||||
|
||||
@class HOStatusBar;
|
||||
@class HOWebViewDelegateHelper;
|
||||
|
||||
@interface HOBrowserView : NSView
|
||||
{
|
||||
OBJC_WATCH_LEAKS(HOBrowserView);
|
||||
WebView* webView;
|
||||
HOStatusBar* statusBar;
|
||||
HOWebViewDelegateHelper* webViewDelegateHelper;
|
||||
}
|
||||
@property (nonatomic, readonly) WebView* webView;
|
||||
@property (nonatomic, retain) NSString* projectUUID;
|
||||
- (void)setUpdatesProgress:(BOOL)flag;
|
||||
@end
|
||||
Reference in New Issue
Block a user