]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebViewTableViewCell.mm
Move cyte diversions and user agents into CyteKit.
[cydia.git] / CyteKit / WebViewTableViewCell.mm
index e6ab23238e5462e4fcd2295c14af68cf72a680e5..7515b472a6a909cff8f29160f100446564cffb3d 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2012  Jay Freeman (saurik)
+ * Copyright (C) 2008-2015  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
 **/
 /* }}} */
 
+#include "CyteKit/UCPlatform.h"
+
 #include "CyteKit/WebViewTableViewCell.h"
-#include "iPhonePrivate.h"
 
-@interface WebView (Apple)
-- (void) _setLayoutInterval:(float)interval;
-- (void) _setAllowsMessaging:(BOOL)allows;
-@end
+#include "iPhonePrivate.h"
+#include <Menes/ObjectHandle.h>
 
-@implementation CyteWebViewTableViewCell
+@implementation CyteWebViewTableViewCell {
+    // XXX: I'm not really the delegate here: fix this!
+    _H<CyteWebView, 1> webview_;
+}
 
 + (CyteWebViewTableViewCell *) cellWithRequest:(NSURLRequest *)request {
     CyteWebViewTableViewCell *cell([[[self alloc] initWithRequest:request] autorelease]);