diff options
Diffstat (limited to 'CyteKit')
-rw-r--r-- | CyteKit/WebViewController.mm | 5 | ||||
-rw-r--r-- | CyteKit/WebViewTableViewCell.mm | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index e5b58d6..bf2643b 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -45,11 +45,6 @@ static Class $MFMailComposeViewController; float CYScrollViewDecelerationRateNormal; -@interface WebView (Apple) -- (void) _setLayoutInterval:(float)interval; -- (void) _setAllowsMessaging:(BOOL)allows; -@end - @interface WebFrame (Cydia) - (void) cydia$updateHeight; @end diff --git a/CyteKit/WebViewTableViewCell.mm b/CyteKit/WebViewTableViewCell.mm index 9fc38ec..b6ffc3f 100644 --- a/CyteKit/WebViewTableViewCell.mm +++ b/CyteKit/WebViewTableViewCell.mm @@ -22,11 +22,6 @@ #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 { |