diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-05 19:00:16 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-05 19:00:16 -0700 |
commit | d49718a1f7a4cf319866cf684a4a7adb7d3a6025 (patch) | |
tree | 9ef8cee626b842dbca12d199672f27abe3f258a8 /iPhonePrivate.h | |
parent | 635c55b402a982da61aff1349226de922807800d (diff) |
Port CYWebView to 3.0.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 5 |
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 |