]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.h
Moved /notice/ to somewhere with more bandwidth, fixed a typo in Information, updated...
[cydia.git] / UICaboodle / BrowserView.h
index a58a5b7b67e5a90b36eb890afcdad795feae32d8..caafaa52e665410c0f0cc3d083ce5715442ce0b0 100644 (file)
@@ -9,6 +9,8 @@
 @class UIScroller;
 @class UIWebView;
 
+@class WebView;
+
 @class Database;
 
 @interface BrowserView : RVPage {
@@ -21,6 +23,8 @@
     NSString *title_;
     bool loading_;
     bool reloading_;
+
+    bool pushed_;
 }
 
 - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;
@@ -33,4 +37,6 @@
 
 - (id) initWithBook:(RVBook *)book database:(Database *)database;
 
+- (void) webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame;
+
 @end