53 lines
2.9 KiB
Java
53 lines
2.9 KiB
Java
|
package com.scb.phone.view.activity.prepaid;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.appcompat.widget.Toolbar;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class DetailsTabHolder_ViewBinding implements Unbinder {
|
||
|
private DetailsTabHolder d;
|
||
|
|
||
|
public DetailsTabHolder_ViewBinding(DetailsTabHolder detailsTabHolder, View view) {
|
||
|
this.d = detailsTabHolder;
|
||
|
detailsTabHolder.mRecyclerViewPrepaid = (RecyclerView) pyT.e(view, R.id.recycler_view_transactions, "field 'mRecyclerViewPrepaid'", RecyclerView.class);
|
||
|
detailsTabHolder.mTextMessagePrepaid = (TextView) pyT.e(view, R.id.text_message, "field 'mTextMessagePrepaid'", TextView.class);
|
||
|
detailsTabHolder.mToolbarTxnPrepaid = (Toolbar) pyT.e(view, R.id.toolbar_txn_header, "field 'mToolbarTxnPrepaid'", Toolbar.class);
|
||
|
detailsTabHolder.mTextTxnPrepaid = (TextView) pyT.e(view, R.id.text_txn_header, "field 'mTextTxnPrepaid'", TextView.class);
|
||
|
detailsTabHolder.mTextTxnMonthPrepaid = (TextView) pyT.e(view, R.id.text_txn_month_header, "field 'mTextTxnMonthPrepaid'", TextView.class);
|
||
|
detailsTabHolder.mEmptyTitlePrepaid = (TextView) pyT.e(view, R.id.empty_title_text_view, "field 'mEmptyTitlePrepaid'", TextView.class);
|
||
|
detailsTabHolder.mEmptyDescriptionPrepaid = (TextView) pyT.e(view, R.id.empty_description_text_view, "field 'mEmptyDescriptionPrepaid'", TextView.class);
|
||
|
detailsTabHolder.mEmptyImagePrepaid = (ImageView) pyT.e(view, R.id.empty_button_image_view, "field 'mEmptyImagePrepaid'", ImageView.class);
|
||
|
detailsTabHolder.mEmptyCard = (RelativeLayout) pyT.e(view, R.id.empty_container_relative_layout, "field 'mEmptyCard'", RelativeLayout.class);
|
||
|
detailsTabHolder.mLoadingView = pyT.a(view, R.id.view_group_progress, "field 'mLoadingView'");
|
||
|
detailsTabHolder.customError = (LinearLayout) pyT.e(view, R.id.custom_error, "field 'customError'", LinearLayout.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
DetailsTabHolder detailsTabHolder = this.d;
|
||
|
if (detailsTabHolder == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
detailsTabHolder.mRecyclerViewPrepaid = null;
|
||
|
detailsTabHolder.mTextMessagePrepaid = null;
|
||
|
detailsTabHolder.mToolbarTxnPrepaid = null;
|
||
|
detailsTabHolder.mTextTxnPrepaid = null;
|
||
|
detailsTabHolder.mTextTxnMonthPrepaid = null;
|
||
|
detailsTabHolder.mEmptyTitlePrepaid = null;
|
||
|
detailsTabHolder.mEmptyDescriptionPrepaid = null;
|
||
|
detailsTabHolder.mEmptyImagePrepaid = null;
|
||
|
detailsTabHolder.mEmptyCard = null;
|
||
|
detailsTabHolder.mLoadingView = null;
|
||
|
detailsTabHolder.customError = null;
|
||
|
}
|
||
|
}
|