]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Slightly better semantics.
[cydia.git] / UICaboodle / BrowserView.h
index 0f35cb7be3b035b3627b1b4ea71e81a5118cceb8..0c4cbb04a02f9fbce547edd7b33e853278497a84 100644 (file)
     NSMutableArray *urls_;
     UIProgressIndicator *indicator_;
     IndirectDelegate *indirect_;
+    NSURLAuthenticationChallenge *challenge_;
 
+    NSNumber *confirm_;
     NSString *title_;
     bool loading_;
     bool reloading_;
 
+    NSString *button_;
+    NSString *style_;
+    WebScriptObject *function_;
+
     bool pushed_;
 }
 
+- (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
+
 - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;
 - (void) loadURL:(NSURL *)url;