summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index e9df918..b5a5959 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -149,6 +149,15 @@ typedef enum {
+ (WebDefaultUIKitDelegate *) sharedUIKitDelegate;
@end
// }}}
+// @interface UIWeb* : * {{{
+@interface UIWebBrowserView : UIWebDocumentView
+@end
+
+@interface UIWebTouchEventsGestureRecognizer : UIGestureRecognizer
+- (int) type;
+- (NSString *) _typeDescription;
+@end
+// }}}
// @interface NS* (*) {{{
@interface NSMutableURLRequest (Apple)