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

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.Button;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class AccountManagementFooterCustomView_ViewBinding implements Unbinder {
private AccountManagementFooterCustomView d;
public AccountManagementFooterCustomView_ViewBinding(AccountManagementFooterCustomView accountManagementFooterCustomView, View view) {
this.d = accountManagementFooterCustomView;
accountManagementFooterCustomView.doneButton = (Button) pyT.e(view, R.id.done_button, "field 'doneButton'", Button.class);
}
@Override // butterknife.Unbinder
public final void a() {
AccountManagementFooterCustomView accountManagementFooterCustomView = this.d;
if (accountManagementFooterCustomView == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
accountManagementFooterCustomView.doneButton = null;
}
}