summaryrefslogtreecommitdiff
path: root/CyteKit/TableViewCell.mm
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/TableViewCell.mm')
-rw-r--r--CyteKit/TableViewCell.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/CyteKit/TableViewCell.mm b/CyteKit/TableViewCell.mm
index fd86848..dd737e2 100644
--- a/CyteKit/TableViewCell.mm
+++ b/CyteKit/TableViewCell.mm
@@ -49,6 +49,10 @@
} return self;
}
+- (id) delegate {
+ return delegate_;
+}
+
- (void) setDelegate:(id<CyteTableViewCellDelegate>)delegate {
delegate_ = delegate;
}