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