106 lines
4.6 KiB
Java
106 lines
4.6 KiB
Java
|
package com.scb.phone.view.activity.partner;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.webkit.WebView;
|
||
|
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.activity.BaseActivity_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class PartnerConsentActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private View b;
|
||
|
private View c;
|
||
|
private PartnerConsentActivity d;
|
||
|
private View e;
|
||
|
|
||
|
public PartnerConsentActivity_ViewBinding(PartnerConsentActivity partnerConsentActivity, View view) {
|
||
|
super(partnerConsentActivity, view);
|
||
|
this.d = partnerConsentActivity;
|
||
|
partnerConsentActivity.imgIcon = (ImageView) pyT.e(view, R.id.image_consent_icon, "field 'imgIcon'", ImageView.class);
|
||
|
partnerConsentActivity.tvConsentDescription = (TextView) pyT.e(view, R.id.tv_consent_detail, "field 'tvConsentDescription'", TextView.class);
|
||
|
partnerConsentActivity.wvConsentDescription = (WebView) pyT.e(view, R.id.wv_consent_detail, "field 'wvConsentDescription'", WebView.class);
|
||
|
View a = pyT.a(view, R.id.bt_deny, "field 'btnDeny' and method 'onDenyClick'");
|
||
|
partnerConsentActivity.btnDeny = (Button) pyT.c(a, R.id.bt_deny, "field 'btnDeny'", Button.class);
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, partnerConsentActivity) { // from class: com.scb.phone.view.activity.partner.PartnerConsentActivity_ViewBinding.5
|
||
|
private PartnerConsentActivity c;
|
||
|
private PartnerConsentActivity_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.c = partnerConsentActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onDenyClick();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.bt_allow, "field 'btnAllow' and method 'onAllowClick'");
|
||
|
partnerConsentActivity.btnAllow = (Button) pyT.c(a2, R.id.bt_allow, "field 'btnAllow'", Button.class);
|
||
|
this.b = a2;
|
||
|
a2.setOnClickListener(new gnL(this, partnerConsentActivity) { // from class: com.scb.phone.view.activity.partner.PartnerConsentActivity_ViewBinding.2
|
||
|
private PartnerConsentActivity c;
|
||
|
private PartnerConsentActivity_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.c = partnerConsentActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onAllowClick();
|
||
|
}
|
||
|
});
|
||
|
partnerConsentActivity.llPairButton = (LinearLayout) pyT.e(view, R.id.ll_pair_button, "field 'llPairButton'", LinearLayout.class);
|
||
|
View a3 = pyT.a(view, R.id.bt_single_allow, "field 'btSingleButton' and method 'onSingleAllowClick'");
|
||
|
partnerConsentActivity.btSingleButton = (Button) pyT.c(a3, R.id.bt_single_allow, "field 'btSingleButton'", Button.class);
|
||
|
this.c = a3;
|
||
|
a3.setOnClickListener(new gnL(this, partnerConsentActivity) { // from class: com.scb.phone.view.activity.partner.PartnerConsentActivity_ViewBinding.4
|
||
|
private PartnerConsentActivity b;
|
||
|
private PartnerConsentActivity_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.b = partnerConsentActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onSingleAllowClick();
|
||
|
}
|
||
|
});
|
||
|
partnerConsentActivity.viewHide = pyT.a(view, R.id.activity_partner_consent_placeholder, "field 'viewHide'");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
PartnerConsentActivity partnerConsentActivity = this.d;
|
||
|
if (partnerConsentActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
partnerConsentActivity.imgIcon = null;
|
||
|
partnerConsentActivity.tvConsentDescription = null;
|
||
|
partnerConsentActivity.wvConsentDescription = null;
|
||
|
partnerConsentActivity.btnDeny = null;
|
||
|
partnerConsentActivity.btnAllow = null;
|
||
|
partnerConsentActivity.llPairButton = null;
|
||
|
partnerConsentActivity.btSingleButton = null;
|
||
|
partnerConsentActivity.viewHide = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|