From facbc56de5a9dd53b0ce257f414cf9b9beee2229 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 1 Sep 2008 15:06:17 +0000 Subject: Porting, webkit stability. --- UICaboodle/BrowserView.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'UICaboodle/BrowserView.h') diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index caafaa5..7a227d0 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -7,18 +7,20 @@ @class UIProgressIndicator; @class UIScroller; -@class UIWebView; +@class UIDocumentWebView; @class WebView; @class Database; +@class IndirectDelegate; @interface BrowserView : RVPage { _transient Database *database_; UIScroller *scroller_; - UIWebView *webview_; + UIWebDocumentView *webview_; NSMutableArray *urls_; UIProgressIndicator *indicator_; + IndirectDelegate *indirect_; NSString *title_; bool loading_; -- cgit v1.2.3