summaryrefslogtreecommitdiff
path: root/CyteKit/TableViewCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/TableViewCell.h')
-rw-r--r--CyteKit/TableViewCell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/TableViewCell.h b/CyteKit/TableViewCell.h
index d6ac412..2b391eb 100644
--- a/CyteKit/TableViewCell.h
+++ b/CyteKit/TableViewCell.h
@@ -54,6 +54,7 @@
_transient id<CyteTableViewCellDelegate> delegate_;
}
+- (id) delegate;
- (void) setDelegate:(id<CyteTableViewCellDelegate>)delegate;
@end