diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 04:15:24 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 04:15:24 -0700 |
commit | 0291a3a646911ad30480ab925034ab7f765a8acf (patch) | |
tree | 885c5c9978aed9cdf7db60a209c13f52028a451b /iPhonePrivate.h | |
parent | 9599dd2f2bfcc0a9997b6d90989fd02209bd73ee (diff) |
Fix underlying Apple UIWebViewWebViewDelegate on 2.x retain/release bug.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 8cc997a..cddfe9c 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -124,6 +124,9 @@ typedef enum { @interface UIWebViewWebViewDelegate : NSObject { @public UIWebView *uiWebView; } + +- (void) _clearUIWebView; + @end // }}} // @interface *Button : * {{{ |