X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/87c76914b78e2ef0aeb16ce28e38c90ed736f0f9..20b8724d290791e2a939c3baa3d5657eb3f8ebb1:/UICaboodle/BrowserView.h diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index caafaa52..7a227d0b 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_;