This commit is contained in:
DreamPiggy 2019-06-28 16:29:59 +08:00
parent 4c3a055f53
commit 6654050005
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
/**
Current animated image data, you can use this to grab the compressed format data and create another animated image instance.
If this image instance is a animated image created by using a animated image coder (which means using the API listed above or using `initWithAnimatedCoder:scale:`), this property is non-nil.
If this image instance is an animated image created by using animated image coder (which means using the API listed above or using `initWithAnimatedCoder:scale:`), this property is non-nil.
*/
@property (nonatomic, copy, readonly, nullable) NSData *animatedImageData;