summaryrefslogtreecommitdiff
path: root/CyteKit/TableViewCell.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-21 04:13:39 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-21 04:13:39 -0700
commit9599dd2f2bfcc0a9997b6d90989fd02209bd73ee (patch)
treea44ea2d598f372efcd1ce8d9582990114ae6cef5 /CyteKit/TableViewCell.h
parent1daa3bc0b0f45048ad98010cac2f1e90a813def5 (diff)
Call setDelegate:nil during _H<> = nil.
Diffstat (limited to 'CyteKit/TableViewCell.h')
-rw-r--r--CyteKit/TableViewCell.h2
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 {