summaryrefslogtreecommitdiffstats
path: root/Classes/TopicTableViewCell.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-27 01:25:19 -0400
committermatt handler <matt.handler@gmail.com>2011-04-27 01:25:19 -0400
commite6eb634beac831e64becc03928a467701f9625cf (patch)
treebf6df33a2a77c6ee462438f9e0e38c1717414a4f /Classes/TopicTableViewCell.m
parent39478a90674f2b4238ba1cfaa49908deb0200e24 (diff)
downloadpiccast-app-e6eb634beac831e64becc03928a467701f9625cf.tar.gz
piccast-app-e6eb634beac831e64becc03928a467701f9625cf.zip
made fetcher take a payload, added favicon, turned off statement caching, may turn it back on who knows, added sourceid to topics, added category to topictableviewcell, did a little cleaning
Diffstat (limited to 'Classes/TopicTableViewCell.m')
-rw-r--r--Classes/TopicTableViewCell.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/TopicTableViewCell.m b/Classes/TopicTableViewCell.m
index 2e87d28..c2753b6 100644
--- a/Classes/TopicTableViewCell.m
+++ b/Classes/TopicTableViewCell.m
@@ -11,7 +11,7 @@
@implementation TopicTableViewCell
-@synthesize title, iconUrl, picCount, picCountLabel, gradient; // titleLabel, icon
+@synthesize title, iconUrl, picCount, picCountLabel, gradient, categoryLabel; // titleLabel, icon
- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier {