From 4f651400990874d88ab8be0403e371f88e36b954 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 13 Mar 2011 14:29:45 -0700 Subject: Add dispatchEvent:@"CydiaTouchEnd". --- iPhonePrivate.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'iPhonePrivate.h') 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) -- cgit v1.2.3