43 lines
2.6 KiB
Java
43 lines
2.6 KiB
Java
package com.scb.phone.view.fragment.merchant;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class BaseMerchantWalletItemTransactionFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private BaseMerchantWalletItemTransactionFragment d;
|
|
|
|
public BaseMerchantWalletItemTransactionFragment_ViewBinding(BaseMerchantWalletItemTransactionFragment baseMerchantWalletItemTransactionFragment, View view) {
|
|
super(baseMerchantWalletItemTransactionFragment, view);
|
|
this.d = baseMerchantWalletItemTransactionFragment;
|
|
baseMerchantWalletItemTransactionFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view_transactions, "field 'mRecyclerView'", RecyclerView.class);
|
|
baseMerchantWalletItemTransactionFragment.mTextMessage = (TextView) pyT.e(view, R.id.text_message, "field 'mTextMessage'", TextView.class);
|
|
baseMerchantWalletItemTransactionFragment.mEmptyTitle = (TextView) pyT.e(view, R.id.empty_title_text_view, "field 'mEmptyTitle'", TextView.class);
|
|
baseMerchantWalletItemTransactionFragment.mEmptyDescription = (TextView) pyT.e(view, R.id.empty_description_text_view, "field 'mEmptyDescription'", TextView.class);
|
|
baseMerchantWalletItemTransactionFragment.mEmptyImage = (ImageView) pyT.e(view, R.id.empty_button_image_view, "field 'mEmptyImage'", ImageView.class);
|
|
baseMerchantWalletItemTransactionFragment.mEmptyCard = (RelativeLayout) pyT.e(view, R.id.empty_container_relative_layout, "field 'mEmptyCard'", RelativeLayout.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
BaseMerchantWalletItemTransactionFragment baseMerchantWalletItemTransactionFragment = this.d;
|
|
if (baseMerchantWalletItemTransactionFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
baseMerchantWalletItemTransactionFragment.mRecyclerView = null;
|
|
baseMerchantWalletItemTransactionFragment.mTextMessage = null;
|
|
baseMerchantWalletItemTransactionFragment.mEmptyTitle = null;
|
|
baseMerchantWalletItemTransactionFragment.mEmptyDescription = null;
|
|
baseMerchantWalletItemTransactionFragment.mEmptyImage = null;
|
|
baseMerchantWalletItemTransactionFragment.mEmptyCard = null;
|
|
super.a();
|
|
}
|
|
}
|