]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Fixed window.cydia.
[cydia.git] / UICaboodle / BrowserView.h
index a37d326b931bee04fab0d079d8e6e623f8cd6e26..632528dac18cbc3e02adae19a371109a08691739 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_;