62 lines
2.9 KiB
Java
62 lines
2.9 KiB
Java
|
package com.scb.phone.view.fragment.transferandpay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import com.google.android.material.tabs.TabLayout;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.NoSwipeViewPager;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class NewTransactionFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private NewTransactionFragment e;
|
||
|
|
||
|
public NewTransactionFragment_ViewBinding(NewTransactionFragment newTransactionFragment, View view) {
|
||
|
super(newTransactionFragment, view);
|
||
|
this.e = newTransactionFragment;
|
||
|
newTransactionFragment.mTabLayout = (TabLayout) pyT.e(view, R.id.new_transaction_tab_layout, "field 'mTabLayout'", TabLayout.class);
|
||
|
newTransactionFragment.mTabPager = (NoSwipeViewPager) pyT.e(view, R.id.new_transaction_view_pager, "field 'mTabPager'", NoSwipeViewPager.class);
|
||
|
View a = pyT.a(view, R.id.new_transfer_pay_tutorial_linear_layout, "field 'mTutorialContainer' and method 'onTutorialClicked'");
|
||
|
newTransactionFragment.mTutorialContainer = (LinearLayout) pyT.c(a, R.id.new_transfer_pay_tutorial_linear_layout, "field 'mTutorialContainer'", LinearLayout.class);
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, newTransactionFragment) { // from class: com.scb.phone.view.fragment.transferandpay.NewTransactionFragment_ViewBinding.1
|
||
|
private NewTransactionFragment_ViewBinding a;
|
||
|
private NewTransactionFragment d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = newTransactionFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onTutorialClicked();
|
||
|
}
|
||
|
});
|
||
|
newTransactionFragment.mOverlayNewTransfer = (ImageView) pyT.e(view, R.id.overlay_new_transfer_tutorial_image_view, "field 'mOverlayNewTransfer'", ImageView.class);
|
||
|
newTransactionFragment.mRootView = (RelativeLayout) pyT.e(view, R.id.view_group_root_test, "field 'mRootView'", RelativeLayout.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
NewTransactionFragment newTransactionFragment = this.e;
|
||
|
if (newTransactionFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
newTransactionFragment.mTabLayout = null;
|
||
|
newTransactionFragment.mTabPager = null;
|
||
|
newTransactionFragment.mTutorialContainer = null;
|
||
|
newTransactionFragment.mOverlayNewTransfer = null;
|
||
|
newTransactionFragment.mRootView = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|