32 lines
1.3 KiB
Java
32 lines
1.3 KiB
Java
package com.scb.phone.view.custom.easycash;
|
|
|
|
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 CustomEasyCashSectionLabel_ViewBinding implements Unbinder {
|
|
private CustomEasyCashSectionLabel e;
|
|
|
|
public CustomEasyCashSectionLabel_ViewBinding(CustomEasyCashSectionLabel customEasyCashSectionLabel, View view) {
|
|
this.e = customEasyCashSectionLabel;
|
|
customEasyCashSectionLabel.topDivider = pyT.a(view, R.id.top_divider, "field 'topDivider'");
|
|
customEasyCashSectionLabel.textView = (TextView) pyT.e(view, R.id.text_view, "field 'textView'", TextView.class);
|
|
customEasyCashSectionLabel.bottomDivider = pyT.a(view, R.id.bottom_divider, "field 'bottomDivider'");
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
CustomEasyCashSectionLabel customEasyCashSectionLabel = this.e;
|
|
if (customEasyCashSectionLabel == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
customEasyCashSectionLabel.topDivider = null;
|
|
customEasyCashSectionLabel.textView = null;
|
|
customEasyCashSectionLabel.bottomDivider = null;
|
|
}
|
|
}
|