]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Fixing more bugs in window opening.
[cydia.git] / UICaboodle / BrowserView.h
index a37d326b931bee04fab0d079d8e6e623f8cd6e26..09680e35579ef80a986b727f2bc9df32b9fd37f2 100644 (file)
 
 @class Database;
 @class IndirectDelegate;
+@class CydiaObject;
 
 @interface BrowserView : RVPage {
     UIScroller *scroller_;
     UIWebDocumentView *webview_;
     UIProgressIndicator *indicator_;
     IndirectDelegate *indirect_;
+    CydiaObject *cydia_;
     NSURLAuthenticationChallenge *challenge_;
 
     bool error_;
@@ -66,6 +68,7 @@
 - (void) reloadURL;
 
 - (WebView *) webView;
+- (UIWebDocumentView *) documentView;
 
 - (id) initWithBook:(RVBook *)book;