X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/ab398adfe5c3cf3ccf350921b339fef9e1cc250c..90515f88be42ea9643a58b2608583a0c3e1fac43:/UICaboodle/BrowserView.h diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index a58a5b7b..caafaa52 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -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