X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/d9fc1d3713a7d40d51ffd8db08b7045fa5a263d1..a68d4636c816f3f70192f55d78fc0ec00b72dd5a:/CyteKit/WebViewController.h?ds=sidebyside diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 897a2040..cb9af979 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -73,9 +73,6 @@ _H request_; bool ready_; - _H stage1_; - _H stage2_; - _transient NSNumber *sensitive_; _H title_; @@ -100,6 +97,9 @@ + (void) _initialize; +- (CyteWebView *) webView; + +- (void) setRequest:(NSURLRequest *)request; - (void) setURL:(NSURL *)url; - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy; @@ -112,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; @@ -146,6 +149,9 @@ - (void) setViewportWidthOnMainThread:(float)value; +- (void) setScrollAlwaysBounceVertical:(bool)value; +- (void) setScrollIndicatorStyle:(UIScrollViewIndicatorStyle)style; + @end #endif//CyteKit_WebViewController_H