31 lines
767 B
Java
31 lines
767 B
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class IJg extends JjC {
|
||
|
public static final Parcelable.Creator<IJg> CREATOR = new Parcelable.Creator<IJg>() { // from class: o.IJg.1
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ IJg createFromParcel(Parcel parcel) {
|
||
|
return new IJg(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ IJg[] newArray(int i) {
|
||
|
return new IJg[i];
|
||
|
}
|
||
|
};
|
||
|
|
||
|
public IJg() {
|
||
|
}
|
||
|
|
||
|
public IJg(Parcel parcel) {
|
||
|
super(parcel);
|
||
|
}
|
||
|
|
||
|
public static String c(boolean z) {
|
||
|
return z ? "yes" : "no";
|
||
|
}
|
||
|
}
|