what-the-bank/sources/com/scb/phone/view/custom/easycash/CustomSeparatedViews_ViewBi...

28 lines
908 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.easycash;
import android.view.View;
import android.widget.LinearLayout;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomSeparatedViews_ViewBinding implements Unbinder {
private CustomSeparatedViews c;
public CustomSeparatedViews_ViewBinding(CustomSeparatedViews customSeparatedViews, View view) {
this.c = customSeparatedViews;
customSeparatedViews.items = (LinearLayout) pyT.e(view, R.id.linear_layout, "field 'items'", LinearLayout.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomSeparatedViews customSeparatedViews = this.c;
if (customSeparatedViews == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
customSeparatedViews.items = null;
}
}