summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewTableViewCell.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2012-05-14 23:03:35 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2012-05-14 23:03:35 -0700
commit353dda5b4d75a4e33e59e05b3acdd41b1069b196 (patch)
tree18e2005fe09e2ad8e1b824c229592ca3905380f5 /CyteKit/WebViewTableViewCell.mm
parentfac0ed79f59978f6cad1ce3e34407a608ce7f0e6 (diff)
Add delegate getters to match setDelegate setters.
Diffstat (limited to 'CyteKit/WebViewTableViewCell.mm')
-rw-r--r--CyteKit/WebViewTableViewCell.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/CyteKit/WebViewTableViewCell.mm b/CyteKit/WebViewTableViewCell.mm
index 164fbf5..6c015bf 100644
--- a/CyteKit/WebViewTableViewCell.mm
+++ b/CyteKit/WebViewTableViewCell.mm
@@ -87,6 +87,10 @@
} return self;
}
+- (id) delegate {
+ return [webview_ delegate];
+}
+
- (void) setDelegate:(id)delegate {
[webview_ setDelegate:delegate];
}