X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/6da09548ebbfc7b2412409492fe135a928ab0c64..a3d01a768f0e7f9d5a36b4bcea04458634818863:/CyteKit/WebViewTableViewCell.mm diff --git a/CyteKit/WebViewTableViewCell.mm b/CyteKit/WebViewTableViewCell.mm index b6ffc3fa..7515b472 100644 --- a/CyteKit/WebViewTableViewCell.mm +++ b/CyteKit/WebViewTableViewCell.mm @@ -1,5 +1,5 @@ /* Cydia - iPhone UIKit Front-End for Debian APT - * Copyright (C) 2008-2014 Jay Freeman (saurik) + * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ @@ -19,10 +19,17 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include "CyteKit/WebViewTableViewCell.h" + #include "iPhonePrivate.h" +#include -@implementation CyteWebViewTableViewCell +@implementation CyteWebViewTableViewCell { + // XXX: I'm not really the delegate here: fix this! + _H webview_; +} + (CyteWebViewTableViewCell *) cellWithRequest:(NSURLRequest *)request { CyteWebViewTableViewCell *cell([[[self alloc] initWithRequest:request] autorelease]);