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

26 lines
747 B
Java

package c.i.a.f.i.b;
import com.airbnb.lottie.parser.AnimatableValueParser;
import java.util.Objects;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class u9 {
public final String a;
public final String b;
/* renamed from: c reason: collision with root package name */
public final String f1201c;
public final long d;
public final Object e;
public u9(String str, String str2, String str3, long j, Object obj) {
AnimatableValueParser.w(str);
AnimatableValueParser.w(str3);
Objects.requireNonNull(obj, "null reference");
this.a = str;
this.b = str2;
this.f1201c = str3;
this.d = j;
this.e = obj;
}
}