summaryrefslogtreecommitdiff
path: root/CyteKit/TableViewCell.h
diff options
context:
space:
mode:
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_;
}