mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
9 lines
266 B
Objective-C
9 lines
266 B
Objective-C
@protocol HOWebViewDelegateHelperProtocol
|
|
@property (nonatomic) NSString* statusText;
|
|
@end
|
|
|
|
@interface HOWebViewDelegateHelper : NSObject
|
|
@property (nonatomic, weak) id /*<HOWebViewDelegateHelperProtocol>*/ delegate;
|
|
@property (nonatomic) BOOL needsNewWebView;
|
|
@end
|