37 lines
2.2 KiB
Java
37 lines
2.2 KiB
Java
|
package com.scb.phone.view.fragment.investment;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.CustomSwitchItem;
|
||
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class BaseInvestmentSwitchSuccessReviewFragment_ViewBinding extends BaseInvestmentSuccessReviewFragment_ViewBinding {
|
||
|
private BaseInvestmentSwitchSuccessReviewFragment e;
|
||
|
|
||
|
public BaseInvestmentSwitchSuccessReviewFragment_ViewBinding(BaseInvestmentSwitchSuccessReviewFragment baseInvestmentSwitchSuccessReviewFragment, View view) {
|
||
|
super(baseInvestmentSwitchSuccessReviewFragment, view);
|
||
|
this.e = baseInvestmentSwitchSuccessReviewFragment;
|
||
|
baseInvestmentSwitchSuccessReviewFragment.switchDate = (CustomSwitchItem) pyT.e(view, R.id.switch_date, "field 'switchDate'", CustomSwitchItem.class);
|
||
|
baseInvestmentSwitchSuccessReviewFragment.switchFee = (CustomSwitchItem) pyT.e(view, R.id.switch_fee, "field 'switchFee'", CustomSwitchItem.class);
|
||
|
baseInvestmentSwitchSuccessReviewFragment.effectiveDate = (RelativeLayout) pyT.e(view, R.id.first_item, "field 'effectiveDate'", RelativeLayout.class);
|
||
|
baseInvestmentSwitchSuccessReviewFragment.defaultFee = (CustomTransferAndPayItem) pyT.e(view, R.id.investment_review_success_fees, "field 'defaultFee'", CustomTransferAndPayItem.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.investment.BaseInvestmentSuccessReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
BaseInvestmentSwitchSuccessReviewFragment baseInvestmentSwitchSuccessReviewFragment = this.e;
|
||
|
if (baseInvestmentSwitchSuccessReviewFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
baseInvestmentSwitchSuccessReviewFragment.switchDate = null;
|
||
|
baseInvestmentSwitchSuccessReviewFragment.switchFee = null;
|
||
|
baseInvestmentSwitchSuccessReviewFragment.effectiveDate = null;
|
||
|
baseInvestmentSwitchSuccessReviewFragment.defaultFee = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|