update library/src/main/ets/components/imageknife/utils/gif/GIFParseImpl.ets.
Signed-off-by: 司建国 <sijianguo5@h-partners.com>
This commit is contained in:
parent
745707bc34
commit
86208a5c54
|
@ -21,7 +21,7 @@ import taskpool from '@ohos.taskpool'
|
||||||
import { LogUtil } from '../LogUtil'
|
import { LogUtil } from '../LogUtil'
|
||||||
import { RequestOption } from '../../RequestOption'
|
import { RequestOption } from '../../RequestOption'
|
||||||
import { Downsampler } from '../../downsampling/Downsampler'
|
import { Downsampler } from '../../downsampling/Downsampler'
|
||||||
import { calculateScaleType } from '../../Downsampling/downsampleUtils'
|
import { calculateScaleType } from '../../downsampling/downsampleUtils'
|
||||||
|
|
||||||
export interface senderData {
|
export interface senderData {
|
||||||
type: string,
|
type: string,
|
||||||
|
|
Loading…
Reference in New Issue