discord-jadx/app/src/main/java/c/c/a/k.java

25 lines
600 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.c.a;
import android.graphics.Bitmap;
import androidx.annotation.Nullable;
import androidx.annotation.RestrictTo;
/* compiled from: LottieImageAsset */
public class k {
public final int a;
public final int b;
/* renamed from: c reason: collision with root package name */
2021-07-22 07:57:51 +00:00
public final String f267c;
2021-06-27 20:44:35 +00:00
public final String d;
@Nullable
public Bitmap e;
@RestrictTo({RestrictTo.Scope.LIBRARY})
public k(int i, int i2, String str, String str2, String str3) {
this.a = i;
this.b = i2;
2021-07-22 07:57:51 +00:00
this.f267c = str;
2021-06-27 20:44:35 +00:00
this.d = str2;
}
}