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

18 lines
454 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class mIt extends PAy {
public final String f;
public final OffsetDateTime j;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public mIt(OffsetDateTime offsetDateTime, String str) {
super((byte) 0);
C14957gcv.e(str, "");
this.j = offsetDateTime;
this.f = str;
}
}