17 lines
274 B
Java
17 lines
274 B
Java
|
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;
|
||
|
}
|
||
|
}
|