50 lines
2.1 KiB
Java
50 lines
2.1 KiB
Java
|
package com.scb.phone.view.fragment.debitcard;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class DebitCardSuccessfulActivationFragment_ViewBinding extends PurchaseSuccessFragment_ViewBinding {
|
||
|
private DebitCardSuccessfulActivationFragment c;
|
||
|
private View e;
|
||
|
|
||
|
public DebitCardSuccessfulActivationFragment_ViewBinding(DebitCardSuccessfulActivationFragment debitCardSuccessfulActivationFragment, View view) {
|
||
|
super(debitCardSuccessfulActivationFragment, view);
|
||
|
this.c = debitCardSuccessfulActivationFragment;
|
||
|
debitCardSuccessfulActivationFragment.tvRemark = (TextView) pyT.e(view, R.id.tv_remark, "field 'tvRemark'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.return_button, "method 'onClickReturnButton'");
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, debitCardSuccessfulActivationFragment) { // from class: com.scb.phone.view.fragment.debitcard.DebitCardSuccessfulActivationFragment_ViewBinding.4
|
||
|
private DebitCardSuccessfulActivationFragment_ViewBinding a;
|
||
|
private DebitCardSuccessfulActivationFragment d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = debitCardSuccessfulActivationFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onClickReturnButton();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
DebitCardSuccessfulActivationFragment debitCardSuccessfulActivationFragment = this.c;
|
||
|
if (debitCardSuccessfulActivationFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
debitCardSuccessfulActivationFragment.tvRemark = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|