43 lines
2.2 KiB
Java
43 lines
2.2 KiB
Java
package com.scb.phone.view.fragment.additionaldocument;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class DocumentInstructionsFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private DocumentInstructionsFragment e;
|
|
|
|
public DocumentInstructionsFragment_ViewBinding(DocumentInstructionsFragment documentInstructionsFragment, View view) {
|
|
super(documentInstructionsFragment, view);
|
|
this.e = documentInstructionsFragment;
|
|
documentInstructionsFragment.detailsList = (LinearLayout) pyT.e(view, R.id.details_list, "field 'detailsList'", LinearLayout.class);
|
|
documentInstructionsFragment.thumbnail = (ImageView) pyT.e(view, R.id.thumbnail, "field 'thumbnail'", ImageView.class);
|
|
documentInstructionsFragment.headerText = (TextView) pyT.e(view, R.id.header_text, "field 'headerText'", TextView.class);
|
|
documentInstructionsFragment.descriptionText = (TextView) pyT.e(view, R.id.description_text, "field 'descriptionText'", TextView.class);
|
|
documentInstructionsFragment.nextButton = (Button) pyT.e(view, R.id.next_button, "field 'nextButton'", Button.class);
|
|
documentInstructionsFragment.listTitle = (TextView) pyT.e(view, R.id.details_title_list_text, "field 'listTitle'", TextView.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
DocumentInstructionsFragment documentInstructionsFragment = this.e;
|
|
if (documentInstructionsFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
documentInstructionsFragment.detailsList = null;
|
|
documentInstructionsFragment.thumbnail = null;
|
|
documentInstructionsFragment.headerText = null;
|
|
documentInstructionsFragment.descriptionText = null;
|
|
documentInstructionsFragment.nextButton = null;
|
|
documentInstructionsFragment.listTitle = null;
|
|
super.a();
|
|
}
|
|
}
|