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.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;
|
|
}
|
|
}
|