what-the-bank/sources/com/scb/phone/view/custom/transferandpay/CustomTransferAndPayItem_Vi...

46 lines
2.5 KiB
Java

package com.scb.phone.view.custom.transferandpay;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.ThaiTextView;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomTransferAndPayItem_ViewBinding implements Unbinder {
private CustomTransferAndPayItem e;
public CustomTransferAndPayItem_ViewBinding(CustomTransferAndPayItem customTransferAndPayItem, View view) {
this.e = customTransferAndPayItem;
customTransferAndPayItem.mTitleTextView = (TextView) pyT.e(view, R.id.transfer_and_pay_item_title_text_view, "field 'mTitleTextView'", TextView.class);
customTransferAndPayItem.mValueTextView = (TextView) pyT.e(view, R.id.transfer_and_pay_item_value_text_view, "field 'mValueTextView'", TextView.class);
customTransferAndPayItem.mDividerSpaceView = pyT.a(view, R.id.transfer_and_pay_item_divider_full, "field 'mDividerSpaceView'");
customTransferAndPayItem.mDividerView = pyT.a(view, R.id.transfer_and_pay_item_divider, "field 'mDividerView'");
customTransferAndPayItem.mTopSpace = pyT.a(view, R.id.transfer_and_pay_item_top_space, "field 'mTopSpace'");
customTransferAndPayItem.mBottomSpace = pyT.a(view, R.id.transfer_and_pay_item_bottom_space, "field 'mBottomSpace'");
customTransferAndPayItem.amountInfo = (CustomAmountInfo) pyT.e(view, R.id.amount_info, "field 'amountInfo'", CustomAmountInfo.class);
customTransferAndPayItem.scheduleFeeText = (ThaiTextView) pyT.e(view, R.id.schedule_fee_text, "field 'scheduleFeeText'", ThaiTextView.class);
customTransferAndPayItem.lineView = (LinearLayout) pyT.e(view, R.id.ll_lineDivider, "field 'lineView'", LinearLayout.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomTransferAndPayItem customTransferAndPayItem = this.e;
if (customTransferAndPayItem == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
customTransferAndPayItem.mTitleTextView = null;
customTransferAndPayItem.mValueTextView = null;
customTransferAndPayItem.mDividerSpaceView = null;
customTransferAndPayItem.mDividerView = null;
customTransferAndPayItem.mTopSpace = null;
customTransferAndPayItem.mBottomSpace = null;
customTransferAndPayItem.amountInfo = null;
customTransferAndPayItem.scheduleFeeText = null;
customTransferAndPayItem.lineView = null;
}
}