]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Rewrote the makefile.
[cydia.git] / UICaboodle / BrowserView.h
index 5be825cc5daca81d1b4cbea0e7aab9031b38ec61..88434a09927f243c40e6d0603eef957f5b846d7e 100644 (file)
 @interface BrowserView : RVPage {
     UIScroller *scroller_;
     UIWebDocumentView *webview_;
-    NSMutableArray *urls_;
     UIProgressIndicator *indicator_;
     IndirectDelegate *indirect_;
     NSURLAuthenticationChallenge *challenge_;
+    NSURLRequest *request_;
 
+    NSNumber *confirm_;
     NSString *title_;
     bool loading_;
     bool reloading_;
 
+    NSString *button_;
+    NSString *style_;
+    WebScriptObject *function_;
+
     bool pushed_;
 }