mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
11 lines
280 B
Objective-C
11 lines
280 B
Objective-C
#import <oak/misc.h>
|
|
|
|
@class HOStatusBar;
|
|
|
|
@interface HOBrowserView : NSView
|
|
@property (nonatomic, readonly) WebView* webView;
|
|
@property (nonatomic, readonly) HOStatusBar* statusBar;
|
|
@property (nonatomic, retain) NSString* projectUUID;
|
|
- (void)setUpdatesProgress:(BOOL)flag;
|
|
@end
|