Fix typo
This commit is contained in:
parent
4c3a055f53
commit
6654050005
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Current animated image data, you can use this to grab the compressed format data and create another animated image instance.
|
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;
|
@property (nonatomic, copy, readonly, nullable) NSData *animatedImageData;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue