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

31 lines
587 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
import o.TjC;
/* loaded from: classes3.dex */
public final class RDW extends TjC {
public List<LZR> i;
private RDW(Sts sts) {
super(sts);
this.e = sts.f;
this.i = sts.g;
}
/* loaded from: classes3.dex */
public static final class Sts extends TjC.IeS {
iJI f;
public List<LZR> g;
@Override // o.TjC.IeS
public final /* synthetic */ TjC b() {
return new RDW(this, (byte) 0);
}
}
/* synthetic */ RDW(Sts sts, byte b) {
this(sts);
}
}