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

28 lines
652 B
Java

package Z1;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/* loaded from: classes3.dex */
public final class e {
/* renamed from: c, reason: collision with root package name */
public static final /* synthetic */ int f2183c = 0;
/* renamed from: a, reason: collision with root package name */
public final String f2184a;
/* renamed from: b, reason: collision with root package name */
public final List f2185b;
static {
Collections.unmodifiableList(new ArrayList());
}
public e(String str, List list) {
this.f2184a = str;
this.f2185b = list;
}
}