Add article abstract

This commit is contained in:
relikd
2018-09-11 23:19:29 +02:00
parent 09794c92f7
commit 4228bc3d67
3 changed files with 27 additions and 35 deletions

1
RSXML/RSParsedArticle.h Normal file → Executable file
View File

@@ -18,6 +18,7 @@
@property (nonatomic, nullable) NSString *guid;
@property (nonatomic, nullable) NSString *title;
@property (nonatomic, nullable) NSString *abstract;
@property (nonatomic, nullable) NSString *body;
@property (nonatomic, nullable) NSString *link;
@property (nonatomic, nullable) NSString *permalink;