50 lines
2.6 KiB
Java
50 lines
2.6 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.EditText;
|
||
|
import android.widget.ImageButton;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.DefaultButton;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlCompanyNameFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private HmlCompanyNameFragment c;
|
||
|
|
||
|
public HmlCompanyNameFragment_ViewBinding(HmlCompanyNameFragment hmlCompanyNameFragment, View view) {
|
||
|
super(hmlCompanyNameFragment, view);
|
||
|
this.c = hmlCompanyNameFragment;
|
||
|
hmlCompanyNameFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.rv_company_list, "field 'recyclerView'", RecyclerView.class);
|
||
|
hmlCompanyNameFragment.emptyContainer = (LinearLayout) pyT.e(view, R.id.job_list_empty_container, "field 'emptyContainer'", LinearLayout.class);
|
||
|
hmlCompanyNameFragment.notFoundInstruction = (TextView) pyT.e(view, R.id.tv_not_found_instruction, "field 'notFoundInstruction'", TextView.class);
|
||
|
hmlCompanyNameFragment.mSearchEdit = (EditText) pyT.e(view, R.id.search_edit_text, "field 'mSearchEdit'", EditText.class);
|
||
|
hmlCompanyNameFragment.clearButton = (ImageButton) pyT.e(view, R.id.search_edit_clear, "field 'clearButton'", ImageButton.class);
|
||
|
hmlCompanyNameFragment.addButton = (Button) pyT.e(view, R.id.button_add_title, "field 'addButton'", Button.class);
|
||
|
hmlCompanyNameFragment.searchButton = (DefaultButton) pyT.e(view, R.id.cancel_button, "field 'searchButton'", DefaultButton.class);
|
||
|
hmlCompanyNameFragment.tvInfo = (TextView) pyT.e(view, R.id.tv_info, "field 'tvInfo'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
HmlCompanyNameFragment hmlCompanyNameFragment = this.c;
|
||
|
if (hmlCompanyNameFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
hmlCompanyNameFragment.recyclerView = null;
|
||
|
hmlCompanyNameFragment.emptyContainer = null;
|
||
|
hmlCompanyNameFragment.notFoundInstruction = null;
|
||
|
hmlCompanyNameFragment.mSearchEdit = null;
|
||
|
hmlCompanyNameFragment.clearButton = null;
|
||
|
hmlCompanyNameFragment.addButton = null;
|
||
|
hmlCompanyNameFragment.searchButton = null;
|
||
|
hmlCompanyNameFragment.tvInfo = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|