]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebViewTableViewCell.mm
Move private ivars in CyteKit to @implementations.
[cydia.git] / CyteKit / WebViewTableViewCell.mm
index 3756a0f5960be5141e4b8dadff46b3f99f9c5ab2..7515b472a6a909cff8f29160f100446564cffb3d 100644 (file)
 #include "CyteKit/WebViewTableViewCell.h"
 
 #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]);