mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[AsyncDisplayKit] Fix a few comment typos and minor compiler strictness warnings. (#2932)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user