[AsyncDisplayKit] Fix a few comment typos and minor compiler strictness warnings. (#2932)

This commit is contained in:
appleguy
2017-01-25 12:53:13 -08:00
committed by GitHub
parent 38f1efd448
commit b8872c24db
9 changed files with 17 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nullable, nonatomic, strong, readwrite) AVAsset *asset;
/**
** @abstract The URL with which the asset was initialized.
** @discussion Setting the URL will overwrite the current asset with a newly created AVURLAsset created from the given URL, and AVAsset *asset will point to that newly created AVURLAsset. Please don't set both assetURL and asset.
** @discussion Setting the URL will override the current asset with a newly created AVURLAsset created from the given URL, and AVAsset *asset will point to that newly created AVURLAsset. Please don't set both assetURL and asset.
** @return Current URL the asset was initialized or nil if no URL was given.
**/
@property (nullable, nonatomic, strong, readwrite) NSURL *assetURL;