diff options
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 64e8ea2..42a700d 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -353,6 +353,8 @@ static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny( @end @interface WebView (Apple) +- (void) _preferencesChanged:(WebPreferences *)preferences; +- (void) _preferencesChangedNotification:(NSNotification *)notification; - (void) _setLayoutInterval:(float)interval; - (void) _setAllowsMessaging:(BOOL)allows; @end |