97 lines
4.0 KiB
Java
97 lines
4.0 KiB
Java
|
package com.scb.phone.view.activity.additionaldocument;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.kofax.kmc.kui.uicontrols.ImgReviewEditCntrl;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public class CropDocumentActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private View b;
|
||
|
private View c;
|
||
|
private CropDocumentActivity d;
|
||
|
private View e;
|
||
|
|
||
|
public CropDocumentActivity_ViewBinding(CropDocumentActivity cropDocumentActivity, View view) {
|
||
|
super(cropDocumentActivity, view);
|
||
|
this.d = cropDocumentActivity;
|
||
|
cropDocumentActivity.imageReview = (ImgReviewEditCntrl) pyT.e(view, R.id.iv_review, "field 'imageReview'", ImgReviewEditCntrl.class);
|
||
|
cropDocumentActivity.rootView = pyT.a(view, R.id.root, "field 'rootView'");
|
||
|
View a = pyT.a(view, R.id.tv_see_instructions, "field 'seeInstructionsButton' and method 'onSeeInstructionsClicked'");
|
||
|
cropDocumentActivity.seeInstructionsButton = (TextView) pyT.c(a, R.id.tv_see_instructions, "field 'seeInstructionsButton'", TextView.class);
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, cropDocumentActivity) { // from class: com.scb.phone.view.activity.additionaldocument.CropDocumentActivity_ViewBinding.4
|
||
|
private CropDocumentActivity_ViewBinding d;
|
||
|
private CropDocumentActivity e;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.e = cropDocumentActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onSeeInstructionsClicked();
|
||
|
}
|
||
|
});
|
||
|
cropDocumentActivity.instructionsInfoText = (TextView) pyT.e(view, R.id.tv_instructions, "field 'instructionsInfoText'", TextView.class);
|
||
|
View a2 = pyT.a(view, R.id.tv_retake, "field 'retakeButton' and method 'onRetakeClicked'");
|
||
|
cropDocumentActivity.retakeButton = (TextView) pyT.c(a2, R.id.tv_retake, "field 'retakeButton'", TextView.class);
|
||
|
this.c = a2;
|
||
|
a2.setOnClickListener(new gnL(this, cropDocumentActivity) { // from class: com.scb.phone.view.activity.additionaldocument.CropDocumentActivity_ViewBinding.2
|
||
|
private CropDocumentActivity d;
|
||
|
private CropDocumentActivity_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.d = cropDocumentActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onRetakeClicked();
|
||
|
}
|
||
|
});
|
||
|
View a3 = pyT.a(view, R.id.tv_crop, "method 'onDoneClicked'");
|
||
|
this.b = a3;
|
||
|
a3.setOnClickListener(new gnL(this, cropDocumentActivity) { // from class: com.scb.phone.view.activity.additionaldocument.CropDocumentActivity_ViewBinding.5
|
||
|
private CropDocumentActivity c;
|
||
|
private CropDocumentActivity_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.c = cropDocumentActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onDoneClicked();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CropDocumentActivity cropDocumentActivity = this.d;
|
||
|
if (cropDocumentActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
cropDocumentActivity.imageReview = null;
|
||
|
cropDocumentActivity.rootView = null;
|
||
|
cropDocumentActivity.seeInstructionsButton = null;
|
||
|
cropDocumentActivity.instructionsInfoText = null;
|
||
|
cropDocumentActivity.retakeButton = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|