Files
adif-api-reverse-engineering/apk_decompiled/sources/Z1/a.java

36 lines
916 B
Java

package Z1;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/* loaded from: classes3.dex */
public final class a {
/* renamed from: e, reason: collision with root package name */
public static final /* synthetic */ int f2168e = 0;
/* renamed from: a, reason: collision with root package name */
public final g f2169a;
/* renamed from: b, reason: collision with root package name */
public final List f2170b;
/* renamed from: c, reason: collision with root package name */
public final b f2171c;
/* renamed from: d, reason: collision with root package name */
public final String f2172d;
static {
Collections.unmodifiableList(new ArrayList());
}
public a(g gVar, List list, b bVar, String str) {
this.f2169a = gVar;
this.f2170b = list;
this.f2171c = bVar;
this.f2172d = str;
}
}