summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-13 14:29:45 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-14 05:09:09 -0700
commit4f651400990874d88ab8be0403e371f88e36b954 (patch)
tree06d25d96a04b6e330b1811d97400127bc27e0688 /iPhonePrivate.h
parent31f9c8f728e31d0614b9c0aa9fe3ddb60545a366 (diff)
Add dispatchEvent:@"CydiaTouchEnd".
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)