summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewTableViewCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/WebViewTableViewCell.h')
-rw-r--r--CyteKit/WebViewTableViewCell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CyteKit/WebViewTableViewCell.h b/CyteKit/WebViewTableViewCell.h
index c328e33..bff680e 100644
--- a/CyteKit/WebViewTableViewCell.h
+++ b/CyteKit/WebViewTableViewCell.h
@@ -45,7 +45,9 @@
#include "Menes/ObjectHandle.h"
#include "CyteKit/WebView.h"
-@interface CyteWebViewTableViewCell : UITableViewCell {
+@interface CyteWebViewTableViewCell : UITableViewCell <
+ CyteWebViewDelegate
+> {
// XXX: I'm not really the delegate here: fix this!
_H<CyteWebView, 1> webview_;
}