Rabbit-R1/switch port/java/sources/com/airbnb/lottie/FontAssetDelegate.java
2024-05-21 17:08:36 -04:00

22 lines
469 B
Java

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;
}
}