summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/TableViewCell.h2
-rw-r--r--CyteKit/TableViewCell.mm2
2 files changed, 2 insertions, 2 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_;
}
diff --git a/CyteKit/TableViewCell.mm b/CyteKit/TableViewCell.mm
index e8f0c52..ecf32f9 100644
--- a/CyteKit/TableViewCell.mm
+++ b/CyteKit/TableViewCell.mm
@@ -60,7 +60,7 @@
@end
-@implementation CYTableViewCell
+@implementation CyteTableViewCell
- (void) _updateHighlightColorsForView:(UIView *)view highlighted:(BOOL)highlighted {
if (view == (UIView *) content_)