what-the-bank/sources/com/scb/phone/view/fragment/findus/BranchTabFragment_ViewBindi...

28 lines
965 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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 BranchTabFragment_ViewBinding extends BaseMapTabFragment_ViewBinding {
private BranchTabFragment e;
public BranchTabFragment_ViewBinding(BranchTabFragment branchTabFragment, View view) {
super(branchTabFragment, view);
this.e = branchTabFragment;
branchTabFragment.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() {
BranchTabFragment branchTabFragment = this.e;
if (branchTabFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
branchTabFragment.mLine = null;
super.a();
}
}