]> git.saurik.com Git - cydia.git/blobdiff - iPhonePrivate.h
Add -[CyteWebViewController setRequest:].
[cydia.git] / iPhonePrivate.h
index fdcb147bda78489037530de2913c2ea156d69543..b5a5959411ecf0055a6a80087b91aa134dc39f78 100644 (file)
@@ -61,9 +61,9 @@ typedef enum {
 @end
 
 @interface UIProgressHUD : UIView
-- (id) initWithWindow:(UIWindow *)window;
+- (void) hide;
 - (void) setText:(NSString *)text;
-- (void) show:(BOOL)show;
+- (void) showInView:(UIView *)view;
 @end
 
 @interface UIProgressIndicator : UIView
@@ -149,8 +149,21 @@ typedef enum {
 + (WebDefaultUIKitDelegate *) sharedUIKitDelegate;
 @end
 // }}}
+// @interface UIWeb* : * {{{
+@interface UIWebBrowserView : UIWebDocumentView
+@end
+
+@interface UIWebTouchEventsGestureRecognizer : UIGestureRecognizer
+- (int) type;
+- (NSString *) _typeDescription;
+@end
+// }}}
 
 // @interface NS* (*) {{{
+@interface NSMutableURLRequest (Apple)
+- (void) setHTTPShouldUsePipelining:(BOOL)pipelining;
+@end
+
 @interface NSString (Apple)
 - (NSString *) stringByAddingPercentEscapes;
 - (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to;