From e6eb634beac831e64becc03928a467701f9625cf Mon Sep 17 00:00:00 2001 From: matt handler Date: Wed, 27 Apr 2011 01:25:19 -0400 Subject: 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 --- Classes/TopicTableViewCell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Classes/TopicTableViewCell.h') diff --git a/Classes/TopicTableViewCell.h b/Classes/TopicTableViewCell.h index 583d56c..a78b3a5 100644 --- a/Classes/TopicTableViewCell.h +++ b/Classes/TopicTableViewCell.h @@ -16,6 +16,7 @@ BOOL useDarkBackground; IBOutlet UILabel *titleLabel; + IBOutlet UILabel *categoryLabel; IBOutlet UILabel *picCountLabel; IBOutlet UIImageView *icon; IBOutlet UIImageView *gradient; @@ -23,6 +24,7 @@ @property BOOL useDarkBackground; @property (nonatomic, retain) UIImageView *gradient; @property (nonatomic, retain) UILabel *titleLabel; +@property (nonatomic, retain) UILabel *categoryLabel; @property (nonatomic, retain) UIImageView *icon; @property (nonatomic, retain) UILabel *picCountLabel; @property (retain) NSString *picCount; -- cgit v1.2.3