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

28 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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 AccountManagementHeaderCustomView_ViewBinding implements Unbinder {
private AccountManagementHeaderCustomView c;
public AccountManagementHeaderCustomView_ViewBinding(AccountManagementHeaderCustomView accountManagementHeaderCustomView, View view) {
this.c = accountManagementHeaderCustomView;
accountManagementHeaderCustomView.header = (TextView) pyT.e(view, R.id.header_text, "field 'header'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
AccountManagementHeaderCustomView accountManagementHeaderCustomView = this.c;
if (accountManagementHeaderCustomView == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
accountManagementHeaderCustomView.header = null;
}
}