summaryrefslogtreecommitdiff
path: root/CyteKit/TableViewCell.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-07 06:58:53 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 01:50:04 -0800
commita93115162b319d3298a2b66fd7e023c14f62f41d (patch)
tree45ccd35a0cd2eaf4e20a6539d1719336dba2ce89 /CyteKit/TableViewCell.h
parentbf7c998c9b68756e925462bbfe1f9a699fc5055b (diff)
Rename CYTableViewCell to CyteTableViewCell.
Diffstat (limited to 'CyteKit/TableViewCell.h')
-rw-r--r--CyteKit/TableViewCell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CyteKit/TableViewCell.h b/CyteKit/TableViewCell.h
index 719b16b..364a51c 100644
--- a/CyteKit/TableViewCell.h
+++ b/CyteKit/TableViewCell.h
@@ -56,7 +56,7 @@
@end
-@interface CYTableViewCell : UITableViewCell {
+@interface CyteTableViewCell : UITableViewCell {
_H<CyteTableViewCellContentView, 1> content_;
bool highlighted_;
}