]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Refactoring ratings rendering.
[cydia.git] / UICaboodle / BrowserView.h
index 3dcdb931208470e859bc91885dd1dfcb293d5942..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_;
     NSURLRequest *request_;
 
     NSNumber *confirm_;