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

17 lines
274 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes2.dex */
public abstract class Mdl implements uUG {
private boolean b = true;
private String c;
public Mdl(String str) {
b(str);
}
public Mdl b(String str) {
this.c = str;
return this;
}
}