discord-jadx/app/src/main/java/c/i/a/c/e2/b.java

27 lines
686 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.i.a.c.e2;
import android.graphics.Typeface;
import androidx.annotation.Nullable;
/* compiled from: CaptionStyleCompat */
public final class b {
public static final b a = new b(-1, -16777216, 0, 0, -1, null);
public final int b;
/* renamed from: c reason: collision with root package name */
2021-07-28 07:39:21 +00:00
public final int f813c;
2021-07-24 02:37:17 +00:00
public final int d;
public final int e;
public final int f;
@Nullable
public final Typeface g;
public b(int i, int i2, int i3, int i4, int i5, @Nullable Typeface typeface) {
this.b = i;
2021-07-28 07:39:21 +00:00
this.f813c = i2;
2021-07-24 02:37:17 +00:00
this.d = i3;
this.e = i4;
this.f = i5;
this.g = typeface;
}
}