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

28 lines
1.2 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 AddedAccountManagementSuccessFooterCustomView_ViewBinding implements Unbinder {
private AddedAccountManagementSuccessFooterCustomView d;
public AddedAccountManagementSuccessFooterCustomView_ViewBinding(AddedAccountManagementSuccessFooterCustomView addedAccountManagementSuccessFooterCustomView, View view) {
this.d = addedAccountManagementSuccessFooterCustomView;
addedAccountManagementSuccessFooterCustomView.doneButton = (Button) pyT.e(view, R.id.done_button, "field 'doneButton'", Button.class);
}
@Override // butterknife.Unbinder
public final void a() {
AddedAccountManagementSuccessFooterCustomView addedAccountManagementSuccessFooterCustomView = this.d;
if (addedAccountManagementSuccessFooterCustomView == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
addedAccountManagementSuccessFooterCustomView.doneButton = null;
}
}