what-the-bank/sources/o/ZoR.java

18 lines
726 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.io.Serializable;
import java.util.Collections;
/* loaded from: classes.dex */
public final class ZoR extends tYs implements Serializable {
public static final ZoR b;
static {
new lVe(new BCA(String.class, (byte) 0), new Yav(String.class, Collections.emptyList()), Collections.emptyList());
new lVe(new BCA(Boolean.TYPE, (byte) 0), new Yav(Boolean.TYPE, Collections.emptyList()), Collections.emptyList());
new lVe(new BCA(Integer.TYPE, (byte) 0), new Yav(Integer.TYPE, Collections.emptyList()), Collections.emptyList());
new lVe(new BCA(Long.TYPE, (byte) 0), new Yav(Long.TYPE, Collections.emptyList()), Collections.emptyList());
b = new ZoR();
}
}