导航菜单

页面标题

页面副标题

Moneyman v2.316.0.0 - C2551b.java 源代码

正在查看: Moneyman v2.316.0.0 应用的 C2551b.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package gq;

import Vf.A;
import kg.InterfaceC3294a;
import mx.moneyman.databinding.FragmentRegistrationStepBelvoBinding;
import mx.moneyman.ui.screens.registration.stepBelvo.StepBelvoRegistrationFragment;

public final class C2551b implements InterfaceC3294a {

    public final int f36992a;

    public final StepBelvoRegistrationFragment f36993b;

    public C2551b(StepBelvoRegistrationFragment stepBelvoRegistrationFragment, int i5) {
        this.f36992a = i5;
        this.f36993b = stepBelvoRegistrationFragment;
    }

    @Override
    public final Object invoke() {
        StepBelvoRegistrationFragment stepBelvoRegistrationFragment = this.f36993b;
        switch (this.f36992a) {
            case 0:
                StepBelvoRegistrationFragment.Companion companion = StepBelvoRegistrationFragment.INSTANCE;
                ul.d.d(stepBelvoRegistrationFragment, "https://belvo.com/es/seguridad/", null);
                return A.f9435a;
            case 1:
                StepBelvoRegistrationFragment.Companion companion2 = StepBelvoRegistrationFragment.INSTANCE;
                return FragmentRegistrationStepBelvoBinding.inflate(stepBelvoRegistrationFragment.getLayoutInflater());
            default:
                StepBelvoRegistrationFragment.Companion companion3 = StepBelvoRegistrationFragment.INSTANCE;
                return new C2553d(stepBelvoRegistrationFragment);
        }
    }
}