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

28 lines
1.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ScrollView;
import com.scb.phone.view.custom.ThemeSlipLayout;
/* loaded from: classes3.dex */
public final class Rqs {
public final ThemeSlipLayout a;
public final ScrollView c;
private Rqs(ScrollView scrollView, ThemeSlipLayout themeSlipLayout) {
this.c = scrollView;
this.a = themeSlipLayout;
}
public static Rqs QX_(LayoutInflater layoutInflater, ViewGroup viewGroup) {
View inflate = layoutInflater.inflate(com.scb.phone.R.layout.2131560081, viewGroup, false);
ThemeSlipLayout themeSlipLayout = (ThemeSlipLayout) qeC.e(inflate, com.scb.phone.R.id.layout_theme_slip);
if (themeSlipLayout != null) {
return new Rqs((ScrollView) inflate, themeSlipLayout);
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(com.scb.phone.R.id.layout_theme_slip)));
}
}