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

15 lines
272 B
Java

package com.airbnb.lottie;
import android.graphics.Typeface;
/* loaded from: classes.dex */
public class FontAssetDelegate {
public Typeface fetchFont(String str) {
return null;
}
public String getFontPath(String str) {
return null;
}
}