v2.0.0 release; move all docref to header + optional NSXML
This commit is contained in:
@@ -36,6 +36,7 @@ RSFeedType RSFeedTypeFromLinkTypeAttribute(NSString * typeStr);
|
||||
|
||||
@class RSHTMLMetadataIconLink, RSHTMLMetadataFeedLink;
|
||||
|
||||
/// Parsed result type for HTML metadata.
|
||||
@interface RSHTMLMetadata : NSObject
|
||||
@property (nonatomic, copy, nullable) NSString *faviconLink;
|
||||
@property (nonatomic, nonnull) NSArray <RSHTMLMetadataIconLink *> *iconLinks;
|
||||
@@ -51,6 +52,7 @@ RSFeedType RSFeedTypeFromLinkTypeAttribute(NSString * typeStr);
|
||||
|
||||
@interface RSHTMLMetadataIconLink : RSHTMLMetadataLink
|
||||
@property (nonatomic, copy, nullable) NSString *sizes;
|
||||
/// Parses size on the fly. Expects the following format: @c "{int}x{int}" . Returns @c CGSizeZero otherwise.
|
||||
- (CGSize)getSize;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user