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

19 lines
431 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 tQt {
public static void ml_(Bundle bundle, String str, IBinder iBinder) {
RVV.mm_(bundle, str, iBinder);
}
/* loaded from: classes.dex */
static class RVV {
static void mm_(Bundle bundle, String str, IBinder iBinder) {
bundle.putBinder(str, iBinder);
}
}
}