30 lines
1011 B
Java
30 lines
1011 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.FrameLayout;
|
|
import android.widget.LinearLayout;
|
|
import androidx.core.widget.NestedScrollView;
|
|
import com.scb.phone.view.custom.common.NoSwipeViewPager;
|
|
import me.relex.circleindicator.CircleIndicator;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Ect {
|
|
public final NoSwipeViewPager a;
|
|
public final LinearLayout b;
|
|
public final CircleIndicator c;
|
|
public final NestedScrollView d;
|
|
public final Button e;
|
|
private NestedScrollView g;
|
|
private FrameLayout h;
|
|
|
|
public Ect(NestedScrollView nestedScrollView, CircleIndicator circleIndicator, LinearLayout linearLayout, Button button, FrameLayout frameLayout, NestedScrollView nestedScrollView2, NoSwipeViewPager noSwipeViewPager) {
|
|
this.d = nestedScrollView;
|
|
this.c = circleIndicator;
|
|
this.b = linearLayout;
|
|
this.e = button;
|
|
this.h = frameLayout;
|
|
this.g = nestedScrollView2;
|
|
this.a = noSwipeViewPager;
|
|
}
|
|
}
|