X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/bf7c998c9b68756e925462bbfe1f9a699fc5055b..c8910aa3d4e4dfeb66d91351e05d33a93728ee0b:/CyteKit/WebViewController.h diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 76bdd82d..b6cd768b 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -71,6 +71,7 @@ bool error_; _H request_; + bool ready_; _H stage1_; _H stage2_; @@ -99,6 +100,8 @@ + (void) _initialize; +- (CyteWebView *) webView; + - (void) setURL:(NSURL *)url; - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;