- (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_;
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;