summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-09-23 16:32:04 -0700
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>2010-10-04 00:12:20 -0700
commit2e6c1426b817fe8236e916ef74646b9e358173fd (patch)
tree681e1b52e164e1c577008e03eacc81dc250bf12f /UICaboodle/BrowserView.h
parentbc1b51a30f9e62a3b5e4ebb397b36a74f32ad887 (diff)
actually add files
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index 69d0bfc..69fd35c 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -39,11 +39,11 @@
- (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;
@@ -114,8 +117,6 @@
- (void) setFinishHook:(id)function;
- (void) setPopupHook:(id)function;
-- (id) _rightButtonTitle;
-
- (bool) promptForSensitive:(NSString *)name;
- (bool) allowSensitiveRequests;