28 lines
1023 B
Java
28 lines
1023 B
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 ReviewAccountFooterCustomView_ViewBinding implements Unbinder {
|
|
private ReviewAccountFooterCustomView c;
|
|
|
|
public ReviewAccountFooterCustomView_ViewBinding(ReviewAccountFooterCustomView reviewAccountFooterCustomView, View view) {
|
|
this.c = reviewAccountFooterCustomView;
|
|
reviewAccountFooterCustomView.buttonConfirm = (Button) pyT.e(view, R.id.button_confirm, "field 'buttonConfirm'", Button.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
ReviewAccountFooterCustomView reviewAccountFooterCustomView = this.c;
|
|
if (reviewAccountFooterCustomView == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
reviewAccountFooterCustomView.buttonConfirm = null;
|
|
}
|
|
}
|