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.pyT; /* loaded from: classes5.dex */ public class BaseEBillSubscriptionReviewFragment_ViewBinding extends BaseFragment_ViewBinding { private BaseEBillSubscriptionReviewFragment d; public BaseEBillSubscriptionReviewFragment_ViewBinding(BaseEBillSubscriptionReviewFragment baseEBillSubscriptionReviewFragment, View view) { super(baseEBillSubscriptionReviewFragment, view); this.d = baseEBillSubscriptionReviewFragment; baseEBillSubscriptionReviewFragment.sourceDetail = (CustomTransferAndPaySource) pyT.e(view, R.id.source_detail, "field 'sourceDetail'", CustomTransferAndPaySource.class); baseEBillSubscriptionReviewFragment.targetDetail = (CustomTransferAndPayTarget) pyT.e(view, R.id.target_detail, "field 'targetDetail'", CustomTransferAndPayTarget.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public void a() { BaseEBillSubscriptionReviewFragment baseEBillSubscriptionReviewFragment = this.d; if (baseEBillSubscriptionReviewFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; baseEBillSubscriptionReviewFragment.sourceDetail = null; baseEBillSubscriptionReviewFragment.targetDetail = null; super.a(); } }