diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-10-16 21:18:42 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:51 +0000 |
commit | 0ce617c855e9622e070f26790c1fb77aa059c2ef (patch) | |
tree | 1b3f5202a9b731452347c7cd4378e389cd64081e /UICaboodle/BrowserView.h | |
parent | 1cedb821fd6cdd85a56cca535e840a144d97590c (diff) |
Some infrastructure for recent features.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 3 |
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; |