what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlNoDepositAccountFragment...

30 lines
1.1 KiB
Java

package com.scb.phone.view.fragment.hml;
import android.view.View;
import android.widget.Button;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public final class HmlNoDepositAccountFragment_ViewBinding extends BaseFragment_ViewBinding {
private HmlNoDepositAccountFragment b;
public HmlNoDepositAccountFragment_ViewBinding(HmlNoDepositAccountFragment hmlNoDepositAccountFragment, View view) {
super(hmlNoDepositAccountFragment, view);
this.b = hmlNoDepositAccountFragment;
hmlNoDepositAccountFragment.findUsButton = (Button) pyT.e(view, R.id.bt_hml_no_deposit_find_us, "field 'findUsButton'", Button.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlNoDepositAccountFragment hmlNoDepositAccountFragment = this.b;
if (hmlNoDepositAccountFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
hmlNoDepositAccountFragment.findUsButton = null;
super.a();
}
}