mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 17:05:08 -05:00
Initial commit
This commit is contained in:
13
Frameworks/HTMLOutput/src/browser/HOWebViewDelegateHelper.h
Normal file
13
Frameworks/HTMLOutput/src/browser/HOWebViewDelegateHelper.h
Normal file
@@ -0,0 +1,13 @@
|
||||
@protocol HOWebViewDelegateHelperProtocol
|
||||
- (NSString*)statusText;
|
||||
- (void)setStatusText:(NSString*)text;
|
||||
@end
|
||||
|
||||
@interface HOWebViewDelegateHelper : NSObject
|
||||
{
|
||||
id delegate;
|
||||
NSString* projectUUID;
|
||||
}
|
||||
@property (nonatomic, assign) id delegate;
|
||||
@property (nonatomic, retain) NSString* projectUUID;
|
||||
@end
|
||||
Reference in New Issue
Block a user