55 lines
2.2 KiB
Java
55 lines
2.2 KiB
Java
package com.scb.phone.view.fragment.moneyaction;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class MoneyActionFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View b;
|
|
private MoneyActionFragment c;
|
|
|
|
public MoneyActionFragment_ViewBinding(MoneyActionFragment moneyActionFragment, View view) {
|
|
super(moneyActionFragment, view);
|
|
this.c = moneyActionFragment;
|
|
moneyActionFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.money_action_recycler_view, "field 'mRecyclerView'", RecyclerView.class);
|
|
View a = pyT.a(view, R.id.money_action_image_view, "field 'mImageView' and method 'onOutsideClick'");
|
|
moneyActionFragment.mImageView = (ImageView) pyT.c(a, R.id.money_action_image_view, "field 'mImageView'", ImageView.class);
|
|
this.b = a;
|
|
a.setOnClickListener(new gnL(this, moneyActionFragment) { // from class: com.scb.phone.view.fragment.moneyaction.MoneyActionFragment_ViewBinding.3
|
|
private MoneyActionFragment a;
|
|
private MoneyActionFragment_ViewBinding c;
|
|
|
|
{
|
|
this.c = this;
|
|
this.a = moneyActionFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.onOutsideClick();
|
|
}
|
|
});
|
|
moneyActionFragment.bgMoneyMovement = (ImageView) pyT.e(view, R.id.bg_money_movement, "field 'bgMoneyMovement'", ImageView.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
MoneyActionFragment moneyActionFragment = this.c;
|
|
if (moneyActionFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
moneyActionFragment.mRecyclerView = null;
|
|
moneyActionFragment.mImageView = null;
|
|
moneyActionFragment.bgMoneyMovement = null;
|
|
this.b.setOnClickListener(null);
|
|
this.b = null;
|
|
super.a();
|
|
}
|
|
}
|