28 lines
1.0 KiB
Java
28 lines
1.0 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 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;
|
||
|
}
|
||
|
}
|