X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/0a7e54786d6b4ee83a954e854825ef1892058b12..45f88d41436152c0238e7f62910e65c7e6f3deb8:/UICaboodle/BrowserView.h diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index a37d326b..632528da 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_;