float CYScrollViewDecelerationRateNormal;
-@interface WebView (Apple)
-- (void) _setLayoutInterval:(float)interval;
-- (void) _setAllowsMessaging:(BOOL)allows;
-@end
-
@interface WebFrame (Cydia)
- (void) cydia$updateHeight;
@end
#include "CyteKit/WebViewTableViewCell.h"
#include "iPhonePrivate.h"
-@interface WebView (Apple)
-- (void) _setLayoutInterval:(float)interval;
-- (void) _setAllowsMessaging:(BOOL)allows;
-@end
-
@implementation CyteWebViewTableViewCell
+ (CyteWebViewTableViewCell *) cellWithRequest:(NSURLRequest *)request {
#import <WebKit/DOMHTMLIFrameElement.h>
#import <WebKit/WebFrame.h>
#import <WebKit/WebPreferences.h>
+#import <WebKit/WebView.h>
// }}}
// typedef enum {*} *; {{{
typedef enum {
// @class Web*; {{{
@class WebDataSource;
@class WebScriptObject;
-@class WebView;
// }}}
// @protocol *; {{{
@protocol WebPolicyDecisionListener;
- (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 {{{