41 lines
2.2 KiB
Java
41 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 HmlApiBasedDocumentInstructionsFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private HmlApiBasedDocumentInstructionsFragment b;
|
||
|
|
||
|
public HmlApiBasedDocumentInstructionsFragment_ViewBinding(HmlApiBasedDocumentInstructionsFragment hmlApiBasedDocumentInstructionsFragment, View view) {
|
||
|
super(hmlApiBasedDocumentInstructionsFragment, view);
|
||
|
this.b = hmlApiBasedDocumentInstructionsFragment;
|
||
|
hmlApiBasedDocumentInstructionsFragment.detailsList = (LinearLayout) pyT.e(view, R.id.details_list, "field 'detailsList'", LinearLayout.class);
|
||
|
hmlApiBasedDocumentInstructionsFragment.thumbnail = (ImageView) pyT.e(view, R.id.thumbnail, "field 'thumbnail'", ImageView.class);
|
||
|
hmlApiBasedDocumentInstructionsFragment.headerText = (TextView) pyT.e(view, R.id.header_text, "field 'headerText'", TextView.class);
|
||
|
hmlApiBasedDocumentInstructionsFragment.descriptionText = (TextView) pyT.e(view, R.id.description_text, "field 'descriptionText'", TextView.class);
|
||
|
hmlApiBasedDocumentInstructionsFragment.nextButton = (Button) pyT.e(view, R.id.next_button, "field 'nextButton'", Button.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
HmlApiBasedDocumentInstructionsFragment hmlApiBasedDocumentInstructionsFragment = this.b;
|
||
|
if (hmlApiBasedDocumentInstructionsFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
hmlApiBasedDocumentInstructionsFragment.detailsList = null;
|
||
|
hmlApiBasedDocumentInstructionsFragment.thumbnail = null;
|
||
|
hmlApiBasedDocumentInstructionsFragment.headerText = null;
|
||
|
hmlApiBasedDocumentInstructionsFragment.descriptionText = null;
|
||
|
hmlApiBasedDocumentInstructionsFragment.nextButton = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|