77 lines
3.1 KiB
Java
77 lines
3.1 KiB
Java
package com.scb.phone.view.activity.thirdparty;
|
|
|
|
import android.view.View;
|
|
import android.webkit.WebView;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class ThirdPartyConsentFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View b;
|
|
private View c;
|
|
private ThirdPartyConsentFragment d;
|
|
|
|
public ThirdPartyConsentFragment_ViewBinding(ThirdPartyConsentFragment thirdPartyConsentFragment, View view) {
|
|
super(thirdPartyConsentFragment, view);
|
|
this.d = thirdPartyConsentFragment;
|
|
thirdPartyConsentFragment.imgIcon = (ImageView) pyT.e(view, R.id.image_consent_icon, "field 'imgIcon'", ImageView.class);
|
|
thirdPartyConsentFragment.tvConsentDetail = (TextView) pyT.e(view, R.id.tv_consent_detail, "field 'tvConsentDetail'", TextView.class);
|
|
thirdPartyConsentFragment.wvConsentDescription = (WebView) pyT.e(view, R.id.wv_consent_detail, "field 'wvConsentDescription'", WebView.class);
|
|
thirdPartyConsentFragment.viewHide = pyT.a(view, R.id.fragment_partner_consent_placeholder, "field 'viewHide'");
|
|
View a = pyT.a(view, R.id.button_allow, "method 'onAllowClick'");
|
|
this.b = a;
|
|
a.setOnClickListener(new gnL(this, thirdPartyConsentFragment) { // from class: com.scb.phone.view.activity.thirdparty.ThirdPartyConsentFragment_ViewBinding.5
|
|
private ThirdPartyConsentFragment_ViewBinding d;
|
|
private ThirdPartyConsentFragment e;
|
|
|
|
{
|
|
this.d = this;
|
|
this.e = thirdPartyConsentFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.onAllowClick();
|
|
}
|
|
});
|
|
View a2 = pyT.a(view, R.id.button_deny, "method 'onDenyClick'");
|
|
this.c = a2;
|
|
a2.setOnClickListener(new gnL(this, thirdPartyConsentFragment) { // from class: com.scb.phone.view.activity.thirdparty.ThirdPartyConsentFragment_ViewBinding.1
|
|
private ThirdPartyConsentFragment_ViewBinding a;
|
|
private ThirdPartyConsentFragment d;
|
|
|
|
{
|
|
this.a = this;
|
|
this.d = thirdPartyConsentFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.onDenyClick();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
ThirdPartyConsentFragment thirdPartyConsentFragment = this.d;
|
|
if (thirdPartyConsentFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
thirdPartyConsentFragment.imgIcon = null;
|
|
thirdPartyConsentFragment.tvConsentDetail = null;
|
|
thirdPartyConsentFragment.wvConsentDescription = null;
|
|
thirdPartyConsentFragment.viewHide = null;
|
|
this.b.setOnClickListener(null);
|
|
this.b = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
super.a();
|
|
}
|
|
}
|