1 #import <Cocoa/Cocoa.h>
2 #import <WebKit/WebKit.h>
4 @interface HTMLRenderer
: NSObject
{
5 NSConditionLock
*renderLock
;
6 WebView
*renderWebView
;
10 + (NSAttributedString
*) attributedStringWithURL
:(NSURL
*)url
;
11 - (NSAttributedString
*) attributedStringWithURL
:(NSURL
*)url
;