summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
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 /MobileCydia.mm
parentbf7c998c9b68756e925462bbfe1f9a699fc5055b (diff)
Rename CYTableViewCell to CyteTableViewCell.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 4e0343a..0c07bbf 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -5161,7 +5161,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
/* }}} */
/* Package Cell {{{ */
-@interface PackageCell : CYTableViewCell <
+@interface PackageCell : CyteTableViewCell <
CyteTableViewCellDelegate
> {
_H<UIImage> icon_;
@@ -5383,7 +5383,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
@end
/* }}} */
/* Section Cell {{{ */
-@interface SectionCell : CYTableViewCell <
+@interface SectionCell : CyteTableViewCell <
CyteTableViewCellDelegate
> {
_H<NSString> basic_;
@@ -7714,7 +7714,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
/* }}} */
/* Source Cell {{{ */
-@interface SourceCell : CYTableViewCell <
+@interface SourceCell : CyteTableViewCell <
CyteTableViewCellDelegate
> {
_H<UIImage> icon_;