Fixing Bugs & Adding subtitle to feeds
This commit is contained in:
4
RSXML/RSParsedFeed.m
Normal file → Executable file
4
RSXML/RSParsedFeed.m
Normal file → Executable file
@@ -25,5 +25,9 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSString*)description {
|
||||
return [NSString stringWithFormat:@"{%@ (%@), title: '%@', subtitle: '%@', entries: %@}",
|
||||
[self class], _link, _title, _subtitle, _articles];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user