28 lines
908 B
Java
28 lines
908 B
Java
|
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;
|
||
|
}
|
||
|
}
|