]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebViewTableViewCell.h
WebDataSource needs to also be in iPhonePrivate.h.
[cydia.git] / CyteKit / WebViewTableViewCell.h
index 83a33116ef6bd1f0d11ca18bbdde649b320513e6..1af78354e52b719a63b4361a0b16685ac73d1828 100644 (file)
 
 #include <UIKit/UIKit.h>
 
-#include "Menes/ObjectHandle.h"
 #include "CyteKit/WebView.h"
 
 @interface CyteWebViewTableViewCell : UITableViewCell <
     CyteWebViewDelegate
-> {
-    // XXX: I'm not really the delegate here: fix this!
-    _H<CyteWebView, 1> webview_;
-}
+>
 
 + (CyteWebViewTableViewCell *) cellWithRequest:(NSURLRequest *)request;
 - (id) initWithRequest:(NSURLRequest *)request;