what-the-bank/sources/com/scb/phone/view/custom/profilemanagement/ReviewAccountItemCustomView...

36 lines
1.7 KiB
Java

package com.scb.phone.view.custom.profilemanagement;
import android.view.View;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class ReviewAccountItemCustomView_ViewBinding implements Unbinder {
private ReviewAccountItemCustomView c;
public ReviewAccountItemCustomView_ViewBinding(ReviewAccountItemCustomView reviewAccountItemCustomView, View view) {
this.c = reviewAccountItemCustomView;
reviewAccountItemCustomView.numberAccountListText = (TextView) pyT.e(view, R.id.number_account_text, "field 'numberAccountListText'", TextView.class);
reviewAccountItemCustomView.accountText = (TextView) pyT.e(view, R.id.account_text, "field 'accountText'", TextView.class);
reviewAccountItemCustomView.typeText = (TextView) pyT.e(view, R.id.type_text, "field 'typeText'", TextView.class);
reviewAccountItemCustomView.branchText = (TextView) pyT.e(view, R.id.branch_text, "field 'branchText'", TextView.class);
reviewAccountItemCustomView.separator = pyT.a(view, R.id.top_separator, "field 'separator'");
}
@Override // butterknife.Unbinder
public final void a() {
ReviewAccountItemCustomView reviewAccountItemCustomView = this.c;
if (reviewAccountItemCustomView == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
reviewAccountItemCustomView.numberAccountListText = null;
reviewAccountItemCustomView.accountText = null;
reviewAccountItemCustomView.typeText = null;
reviewAccountItemCustomView.branchText = null;
reviewAccountItemCustomView.separator = null;
}
}