what-the-bank/sources/com/airbnb/lottie/ImageAssetDelegate.java

9 lines
191 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package com.airbnb.lottie;
import android.graphics.Bitmap;
/* loaded from: classes.dex */
public interface ImageAssetDelegate {
Bitmap fetchBitmap(LottieImageAsset lottieImageAsset);
}