]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Secure text entry.
[cydia.git] / UICaboodle / BrowserView.h
index 0f35cb7be3b035b3627b1b4ea71e81a5118cceb8..5be825cc5daca81d1b4cbea0e7aab9031b38ec61 100644 (file)
@@ -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;