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