Documentation Archive Developer
Search

NewsstandKit Changes for Objective-C

NewsstandKit

NKIssue.h

Declaration
From
@property(readonly, copy) NSArray *downloadingAssets
To
@property(readonly, copy, nonnull) NSArray<NKAssetDownload *> *downloadingAssets

NKLibrary.h

Declaration
From
@property(readonly, strong) NSArray *downloadingAssets
To
@property(readonly, strong, nonnull) NSArray<NKAssetDownload *> *downloadingAssets

Declaration
From
@property(readonly, strong) NSArray *issues
To
@property(readonly, strong, nonnull) NSArray<NKIssue *> *issues