summaryrefslogtreecommitdiffstats
path: root/Classes/Source.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/Source.h')
-rw-r--r--Classes/Source.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Classes/Source.h b/Classes/Source.h
index ea8fe0d..1793d4b 100644
--- a/Classes/Source.h
+++ b/Classes/Source.h
@@ -15,8 +15,10 @@
NSString *category;
BOOL subscribed;
NSNumber *foreignId;
+ NSString *favicon;
}
+@property (retain) NSString *favicon;
@property (retain) NSString *category;
@property (retain) NSString *title;
@property BOOL subscribed;