summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index 0f35cb7..5be825c 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -20,6 +20,7 @@
NSMutableArray *urls_;
UIProgressIndicator *indicator_;
IndirectDelegate *indirect_;
+ NSURLAuthenticationChallenge *challenge_;
NSString *title_;
bool loading_;
@@ -28,6 +29,8 @@
bool pushed_;
}
+- (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
+
- (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;
- (void) loadURL:(NSURL *)url;