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