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

16 lines
366 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.ScrollView;
import com.scb.phone.view.custom.ThemeSlipLayout;
/* loaded from: classes3.dex */
public final class IYM {
public final ScrollView b;
public final ThemeSlipLayout e;
public IYM(ScrollView scrollView, ThemeSlipLayout themeSlipLayout) {
this.b = scrollView;
this.e = themeSlipLayout;
}
}