summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 5d65970..fcdb490 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -116,6 +116,11 @@ typedef enum {
- (void) useSelectionAssistantWithMode:(NSInteger)mode;
- (WebView *) webView;
@end
+
+@interface UIWebViewWebViewDelegate : NSObject {
+ @public UIWebView *uiWebView;
+}
+@end
// }}}
// @interface *Button : * {{{
@interface UINavigationButton : UIButton