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

17 lines
266 B
Java

package o;
import java.util.Date;
/* loaded from: classes.dex */
public final class FVP extends OLA<Date> {
public static final FVP b = new FVP();
public FVP() {
this((byte) 0);
}
private FVP(byte b2) {
super(Date.class);
}
}