X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/f4772bd1011235a2bd777ed6236f6f8041335eae..a55054a22e40e78286803276227838d44a45530a:/UICaboodle/BrowserView.h diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index a37d326b..09680e35 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -34,12 +34,14 @@ @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;