summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index ab1e24e..64e8ea2 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -9,6 +9,7 @@
#import <WebKit/DOMHTMLIFrameElement.h>
#import <WebKit/WebFrame.h>
#import <WebKit/WebPreferences.h>
+#import <WebKit/WebView.h>
// }}}
// typedef enum {*} *; {{{
typedef enum {
@@ -39,7 +40,6 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny(
// @class Web*; {{{
@class WebDataSource;
@class WebScriptObject;
-@class WebView;
// }}}
// @protocol *; {{{
@protocol WebPolicyDecisionListener;
@@ -351,6 +351,11 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny(
- (void) _setLayoutInterval:(NSInteger)interval;
- (void) setOfflineWebApplicationCacheEnabled:(BOOL)enabled;
@end
+
+@interface WebView (Apple)
+- (void) _setLayoutInterval:(float)interval;
+- (void) _setAllowsMessaging:(BOOL)allows;
+@end
// }}}
// #ifndef AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER {{{