Rabbit-R1/original r1/java/sources/tech/rabbit/r1launcher/utils/TextViewExtensionKt.java
2024-05-21 17:08:36 -04:00

19 lines
824 B
Java

package tech.rabbit.r1launcher.utils;
import android.graphics.Typeface;
import kotlin.Metadata;
/* compiled from: TextViewExtension.kt */
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\"\u001c\u0010\u0000\u001a\u0004\u0018\u00010\u0001X\u0086\u000e¢\u0006\u000e\n\u0000\u001a\u0004\b\u0002\u0010\u0003\"\u0004\b\u0004\u0010\u0005¨\u0006\u0006"}, d2 = {"tf", "Landroid/graphics/Typeface;", "getTf", "()Landroid/graphics/Typeface;", "setTf", "(Landroid/graphics/Typeface;)V", "app_productionEnvRelease"}, k = 2, mv = {1, 9, 0}, xi = 48)
/* loaded from: classes3.dex */
public final class TextViewExtensionKt {
private static Typeface tf;
public static final Typeface getTf() {
return tf;
}
public static final void setTf(Typeface typeface) {
tf = typeface;
}
}