34 lines
1.5 KiB
Java
34 lines
1.5 KiB
Java
|
package com.scb.phone.view.custom.investment;
|
||
|
|
||
|
import android.view.View;
|
||
|
import androidx.appcompat.widget.AppCompatButton;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class CustomNewFundsActions_ViewBinding implements Unbinder {
|
||
|
private CustomNewFundsActions b;
|
||
|
|
||
|
public CustomNewFundsActions_ViewBinding(CustomNewFundsActions customNewFundsActions, View view) {
|
||
|
this.b = customNewFundsActions;
|
||
|
customNewFundsActions.btFundPurchase = (AppCompatButton) pyT.e(view, R.id.bt_fund_purchase, "field 'btFundPurchase'", AppCompatButton.class);
|
||
|
customNewFundsActions.btFundRedeem = (AppCompatButton) pyT.e(view, R.id.bt_fund_redeem, "field 'btFundRedeem'", AppCompatButton.class);
|
||
|
customNewFundsActions.btFundSwitch = (AppCompatButton) pyT.e(view, R.id.bt_fund_switch, "field 'btFundSwitch'", AppCompatButton.class);
|
||
|
customNewFundsActions.btFundTransactions = (AppCompatButton) pyT.e(view, R.id.bt_fund_transactions, "field 'btFundTransactions'", AppCompatButton.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CustomNewFundsActions customNewFundsActions = this.b;
|
||
|
if (customNewFundsActions == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
customNewFundsActions.btFundPurchase = null;
|
||
|
customNewFundsActions.btFundRedeem = null;
|
||
|
customNewFundsActions.btFundSwitch = null;
|
||
|
customNewFundsActions.btFundTransactions = null;
|
||
|
}
|
||
|
}
|