53 lines
2.2 KiB
Java
53 lines
2.2 KiB
Java
|
package com.scb.phone.view.activity.ndid;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class IdpSharingTransferRequestActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private View b;
|
||
|
private IdpSharingTransferRequestActivity e;
|
||
|
|
||
|
public IdpSharingTransferRequestActivity_ViewBinding(IdpSharingTransferRequestActivity idpSharingTransferRequestActivity, View view) {
|
||
|
super(idpSharingTransferRequestActivity, view);
|
||
|
this.e = idpSharingTransferRequestActivity;
|
||
|
idpSharingTransferRequestActivity.tvFeeAmount = (TextView) pyT.e(view, R.id.tv_idp_sharing_transfer_fee_amount, "field 'tvFeeAmount'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.bt_idp_sharing_transfer_review, "field 'btReview' and method 'onReviewClicked'");
|
||
|
idpSharingTransferRequestActivity.btReview = (Button) pyT.c(a, R.id.bt_idp_sharing_transfer_review, "field 'btReview'", Button.class);
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, idpSharingTransferRequestActivity) { // from class: com.scb.phone.view.activity.ndid.IdpSharingTransferRequestActivity_ViewBinding.2
|
||
|
private IdpSharingTransferRequestActivity a;
|
||
|
private IdpSharingTransferRequestActivity_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.a = idpSharingTransferRequestActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onReviewClicked();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
IdpSharingTransferRequestActivity idpSharingTransferRequestActivity = this.e;
|
||
|
if (idpSharingTransferRequestActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
idpSharingTransferRequestActivity.tvFeeAmount = null;
|
||
|
idpSharingTransferRequestActivity.btReview = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|