what-the-bank/sources/com/scb/phone/view/fragment/ebillsubscription/EBillSubscriptionDetailFrag...

55 lines
2.5 KiB
Java

package com.scb.phone.view.fragment.ebillsubscription;
import android.view.View;
import com.scb.phone.R;
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource;
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class EBillSubscriptionDetailFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private EBillSubscriptionDetailFragment e;
public EBillSubscriptionDetailFragment_ViewBinding(EBillSubscriptionDetailFragment eBillSubscriptionDetailFragment, View view) {
super(eBillSubscriptionDetailFragment, view);
this.e = eBillSubscriptionDetailFragment;
eBillSubscriptionDetailFragment.sourceDetail = (CustomTransferAndPaySource) pyT.e(view, R.id.source_detail, "field 'sourceDetail'", CustomTransferAndPaySource.class);
eBillSubscriptionDetailFragment.targetDetail = (CustomTransferAndPayTarget) pyT.e(view, R.id.target_detail, "field 'targetDetail'", CustomTransferAndPayTarget.class);
eBillSubscriptionDetailFragment.status = (CustomTransferAndPaySource) pyT.e(view, R.id.status, "field 'status'", CustomTransferAndPaySource.class);
View a = pyT.a(view, R.id.unsubscribe_button, "method 'onUnsubscribeClick'");
this.c = a;
a.setOnClickListener(new gnL(this, eBillSubscriptionDetailFragment) { // from class: com.scb.phone.view.fragment.ebillsubscription.EBillSubscriptionDetailFragment_ViewBinding.2
private EBillSubscriptionDetailFragment a;
private EBillSubscriptionDetailFragment_ViewBinding d;
{
this.d = this;
this.a = eBillSubscriptionDetailFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onUnsubscribeClick();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
EBillSubscriptionDetailFragment eBillSubscriptionDetailFragment = this.e;
if (eBillSubscriptionDetailFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
eBillSubscriptionDetailFragment.sourceDetail = null;
eBillSubscriptionDetailFragment.targetDetail = null;
eBillSubscriptionDetailFragment.status = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}