NS_ASSUME_NONNULL

This commit is contained in:
relikd
2020-01-17 12:19:08 +01:00
parent 4c9362b42e
commit 47a0e76cb3
37 changed files with 137 additions and 17 deletions

View File

@@ -24,6 +24,8 @@
#import "Feed+CoreDataClass.h"
@class RSParsedFeed;
NS_ASSUME_NONNULL_BEGIN
@interface Feed (Ext)
@property (readonly) BOOL hasIcon;
@property (nonnull, readonly) NSImage* iconImage16;
@@ -38,3 +40,5 @@
// Article properties
- (NSArray<FeedArticle*>*)sortedArticles;
@end
NS_ASSUME_NONNULL_END