]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Changed the package preferences controller to use UITableView rather than the private...
[cydia.git] / UICaboodle / BrowserView.h
index 69d0bfc874145f45ce81de183f1aa700f3a52511..69fd35cfcbde8ed44f90ac1c70f20b6a3bef06ff 100644 (file)
 - (id) objectAtIndex:(unsigned)index;
 @end
 
-@protocol BrowserViewDelegate
+@protocol BrowserControllerDelegate
 - (UCViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag;
 @end
 
-@interface BrowserView : UCViewController {
+@interface BrowserController : UCViewController {
     UIScroller *scroller_;
     UIWebDocumentView *document_;
     UIProgressIndicator *indicator_;
@@ -76,6 +76,9 @@
     bool editing_;
 
     Class class_;
+    
+    id reloaditem_;
+    id loadingitem_;
 }
 
 + (void) _initialize;
 - (void) setFinishHook:(id)function;
 - (void) setPopupHook:(id)function;
 
-- (id) _rightButtonTitle;
-
 - (bool) promptForSensitive:(NSString *)name;
 - (bool) allowSensitiveRequests;