]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebViewController.h
#include <UIKit/UIKit.h> from iPhonePrivate.h.
[cydia.git] / CyteKit / WebViewController.h
index 897a204083a85559da02270f5f75f2522aab76dd..cb9af9792f3bdcfd25743233afb6e8390e54207e 100644 (file)
@@ -73,9 +73,6 @@
     _H<NSURLRequest> request_;
     bool ready_;
 
-    _H<NSURLRequest> stage1_;
-    _H<NSURLRequest> stage2_;
-
     _transient NSNumber *sensitive_;
 
     _H<NSString> title_;
 
 + (void) _initialize;
 
+- (CyteWebView *) webView;
+
+- (void) setRequest:(NSURLRequest *)request;
 - (void) setURL:(NSURL *)url;
 
 - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;
 - (void) reloadURL;
 
 - (id) init;
+
 - (id) initWithURL:(NSURL *)url;
+- (id) initWithRequest:(NSURLRequest *)request;
+
 - (id) initWithWidth:(float)width;
 - (id) initWithWidth:(float)width ofClass:(Class)_class;
 
 
 - (void) setViewportWidthOnMainThread:(float)value;
 
+- (void) setScrollAlwaysBounceVertical:(bool)value;
+- (void) setScrollIndicatorStyle:(UIScrollViewIndicatorStyle)style;
+
 @end
 
 #endif//CyteKit_WebViewController_H