41 lines
2.1 KiB
Java
41 lines
2.1 KiB
Java
package com.scb.phone.view.custom.additionaldocument;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class DocumentsUploadedSectionCustomView_ViewBinding implements Unbinder {
|
|
private DocumentsUploadedSectionCustomView c;
|
|
|
|
public DocumentsUploadedSectionCustomView_ViewBinding(DocumentsUploadedSectionCustomView documentsUploadedSectionCustomView, View view) {
|
|
this.c = documentsUploadedSectionCustomView;
|
|
documentsUploadedSectionCustomView.label = (TextView) pyT.e(view, R.id.label, "field 'label'", TextView.class);
|
|
documentsUploadedSectionCustomView.tvRemark = (TextView) pyT.e(view, R.id.tv_remark, "field 'tvRemark'", TextView.class);
|
|
documentsUploadedSectionCustomView.questionMark = (ImageView) pyT.e(view, R.id.question_icon, "field 'questionMark'", ImageView.class);
|
|
documentsUploadedSectionCustomView.listLayout = (LinearLayout) pyT.e(view, R.id.list, "field 'listLayout'", LinearLayout.class);
|
|
documentsUploadedSectionCustomView.addButton = (Button) pyT.e(view, R.id.add_button, "field 'addButton'", Button.class);
|
|
documentsUploadedSectionCustomView.separator = pyT.a(view, R.id.bottom_separator, "field 'separator'");
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
DocumentsUploadedSectionCustomView documentsUploadedSectionCustomView = this.c;
|
|
if (documentsUploadedSectionCustomView == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
documentsUploadedSectionCustomView.label = null;
|
|
documentsUploadedSectionCustomView.tvRemark = null;
|
|
documentsUploadedSectionCustomView.questionMark = null;
|
|
documentsUploadedSectionCustomView.listLayout = null;
|
|
documentsUploadedSectionCustomView.addButton = null;
|
|
documentsUploadedSectionCustomView.separator = null;
|
|
}
|
|
}
|