Rabbit-R1/switch port/java/sources/com/airbnb/lottie/FontAssetDelegate.java

23 lines
469 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package com.airbnb.lottie;
import android.graphics.Typeface;
/* loaded from: classes2.dex */
public class FontAssetDelegate {
public Typeface fetchFont(String str) {
return null;
}
public Typeface fetchFont(String str, String str2, String str3) {
return null;
}
public String getFontPath(String str) {
return null;
}
public String getFontPath(String str, String str2, String str3) {
return null;
}
}