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

24 lines
393 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class UIZ {
@SerializedName("productHeader")
public final List<QRc> b;
private UIZ(byte b) {
this.b = null;
}
private /* synthetic */ UIZ(char c) {
this((byte) 0);
}
public UIZ() {
this((char) 0);
}
}