X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/bf7c998c9b68756e925462bbfe1f9a699fc5055b..a68d4636c816f3f70192f55d78fc0ec00b72dd5a:/CyteKit/WebViewController.h diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 76bdd82d..cb9af979 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -71,9 +71,7 @@ bool error_; _H request_; - - _H stage1_; - _H stage2_; + bool ready_; _transient NSNumber *sensitive_; @@ -99,6 +97,9 @@ + (void) _initialize; +- (CyteWebView *) webView; + +- (void) setRequest:(NSURLRequest *)request; - (void) setURL:(NSURL *)url; - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy; @@ -111,7 +112,10 @@ - (void) reloadURL; - (id) init; + - (id) initWithURL:(NSURL *)url; +- (id) initWithRequest:(NSURLRequest *)request; + - (id) initWithWidth:(float)width; - (id) initWithWidth:(float)width ofClass:(Class)_class; @@ -145,6 +149,9 @@ - (void) setViewportWidthOnMainThread:(float)value; +- (void) setScrollAlwaysBounceVertical:(bool)value; +- (void) setScrollIndicatorStyle:(UIScrollViewIndicatorStyle)style; + @end #endif//CyteKit_WebViewController_H