49 lines
1.9 KiB
Java
49 lines
1.9 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class HmlETBPersonalInfoFragment_ViewBinding extends HmlBasePersonalInfoFragment_ViewBinding {
|
||
|
private View c;
|
||
|
private HmlETBPersonalInfoFragment d;
|
||
|
|
||
|
public HmlETBPersonalInfoFragment_ViewBinding(HmlETBPersonalInfoFragment hmlETBPersonalInfoFragment, View view) {
|
||
|
super(hmlETBPersonalInfoFragment, view);
|
||
|
this.d = hmlETBPersonalInfoFragment;
|
||
|
hmlETBPersonalInfoFragment.tvETBExpiryDateTitle = (TextView) pyT.e(view, R.id.tv_national_id_expiry_date_title, "field 'tvETBExpiryDateTitle'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.iv_about, "method 'onAboutClicked'");
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, hmlETBPersonalInfoFragment) { // from class: com.scb.phone.view.fragment.hml.HmlETBPersonalInfoFragment_ViewBinding.1
|
||
|
private HmlETBPersonalInfoFragment_ViewBinding b;
|
||
|
private HmlETBPersonalInfoFragment c;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.c = hmlETBPersonalInfoFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onAboutClicked(view2);
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.hml.HmlBasePersonalInfoFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
HmlETBPersonalInfoFragment hmlETBPersonalInfoFragment = this.d;
|
||
|
if (hmlETBPersonalInfoFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
hmlETBPersonalInfoFragment.tvETBExpiryDateTitle = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|