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

19 lines
383 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Bundle;
import android.os.IBinder;
/* loaded from: classes.dex */
public final class Upe {
public static final Upe d = new Upe();
private Upe() {
}
public static final void qp_(Bundle bundle, String str, IBinder iBinder) {
C14957gcv.e(bundle, "");
C14957gcv.e(str, "");
bundle.putBinder(str, iBinder);
}
}