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

71 lines
1.4 KiB
Java

package o;
/* loaded from: classes.dex */
public interface bWE extends VIk {
RVV a();
LWm e();
/* loaded from: classes.dex */
public static final class LWm {
public static final LWm b;
public static final LWm c;
private final String e;
private LWm(String str) {
this.e = str;
}
/* loaded from: classes.dex */
public static final class HBt {
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
static {
new HBt((byte) 0);
c = new LWm("NONE");
b = new LWm("FULL");
}
public final String toString() {
return this.e;
}
}
/* loaded from: classes.dex */
public static final class RVV {
public static final RVV b;
public static final RVV d;
private final String a;
private RVV(String str) {
this.a = str;
}
/* loaded from: classes.dex */
public static final class HBt {
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
static {
new HBt((byte) 0);
d = new RVV("FLAT");
b = new RVV("HALF_OPENED");
}
public final String toString() {
return this.a;
}
}
}