diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-10-27 22:59:17 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:56 +0000 |
commit | 0c7c905239c4d54b2103b814d3a537a75a9f2774 (patch) | |
tree | 99a0b7d9c654b92ea61e32269fa4551d1000c40a /UICaboodle | |
parent | 6565453ace2265368e4a2116f75ed2f5bfeeb0c3 (diff) |
Various HTTP improvements.
Diffstat (limited to 'UICaboodle')
-rw-r--r-- | UICaboodle/BrowserView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 0c4cbb0..88434a0 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -17,10 +17,10 @@ @interface BrowserView : RVPage { UIScroller *scroller_; UIWebDocumentView *webview_; - NSMutableArray *urls_; UIProgressIndicator *indicator_; IndirectDelegate *indirect_; NSURLAuthenticationChallenge *challenge_; + NSURLRequest *request_; NSNumber *confirm_; NSString *title_; |