diff options
Diffstat (limited to 'CyteKit/TableViewCell.h')
-rw-r--r-- | CyteKit/TableViewCell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/TableViewCell.h b/CyteKit/TableViewCell.h index 364a51c..32623b3 100644 --- a/CyteKit/TableViewCell.h +++ b/CyteKit/TableViewCell.h @@ -54,6 +54,8 @@ _transient id<CyteTableViewCellDelegate> delegate_; } +- (void) setDelegate:(id<CyteTableViewCellDelegate>)delegate; + @end @interface CyteTableViewCell : UITableViewCell { |