]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Porting, webkit stability.
[cydia.git] / UICaboodle / BrowserView.h
index caafaa52e665410c0f0cc3d083ce5715442ce0b0..7a227d0be42c73d5a57e583a530d7261683d4784 100644 (file)
@@ -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_;