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

30 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.hml;
import android.view.View;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class HmlAboutFragment_ViewBinding extends BaseFragment_ViewBinding {
private HmlAboutFragment b;
public HmlAboutFragment_ViewBinding(HmlAboutFragment hmlAboutFragment, View view) {
super(hmlAboutFragment, view);
this.b = hmlAboutFragment;
hmlAboutFragment.recycler = (RecyclerView) pyT.e(view, R.id.rv_about, "field 'recycler'", RecyclerView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlAboutFragment hmlAboutFragment = this.b;
if (hmlAboutFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
hmlAboutFragment.recycler = null;
super.a();
}
}