28 lines
929 B
Java
28 lines
929 B
Java
|
package com.scb.phone.view.fragment.findus;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class ATMTabFragment_ViewBinding extends BaseMapTabFragment_ViewBinding {
|
||
|
private ATMTabFragment e;
|
||
|
|
||
|
public ATMTabFragment_ViewBinding(ATMTabFragment aTMTabFragment, View view) {
|
||
|
super(aTMTabFragment, view);
|
||
|
this.e = aTMTabFragment;
|
||
|
aTMTabFragment.mLine = pyT.a(view, R.id.line, "field 'mLine'");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.findus.BaseMapTabFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
ATMTabFragment aTMTabFragment = this.e;
|
||
|
if (aTMTabFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
aTMTabFragment.mLine = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|