37 lines
2.1 KiB
Java
37 lines
2.1 KiB
Java
package com.scb.phone.view.custom.easycash;
|
|
|
|
import android.view.View;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class CustomEasycashCommonSuccessView_ViewBinding implements Unbinder {
|
|
private CustomEasycashCommonSuccessView d;
|
|
|
|
public CustomEasycashCommonSuccessView_ViewBinding(CustomEasycashCommonSuccessView customEasycashCommonSuccessView, View view) {
|
|
this.d = customEasycashCommonSuccessView;
|
|
customEasycashCommonSuccessView.labelOne = (CustomEasyCashSectionLabel) pyT.e(view, R.id.header_one, "field 'labelOne'", CustomEasyCashSectionLabel.class);
|
|
customEasycashCommonSuccessView.contentOne = (CustomSeparatedViews) pyT.e(view, R.id.content_one, "field 'contentOne'", CustomSeparatedViews.class);
|
|
customEasycashCommonSuccessView.labelTwo = (CustomEasyCashSectionLabel) pyT.e(view, R.id.header_two, "field 'labelTwo'", CustomEasyCashSectionLabel.class);
|
|
customEasycashCommonSuccessView.contentTwo = (CustomSeparatedViews) pyT.e(view, R.id.content_two, "field 'contentTwo'", CustomSeparatedViews.class);
|
|
customEasycashCommonSuccessView.labelThree = (CustomEasyCashSectionLabel) pyT.e(view, R.id.header_three, "field 'labelThree'", CustomEasyCashSectionLabel.class);
|
|
customEasycashCommonSuccessView.contentThree = (CustomSeparatedViews) pyT.e(view, R.id.content_three, "field 'contentThree'", CustomSeparatedViews.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
CustomEasycashCommonSuccessView customEasycashCommonSuccessView = this.d;
|
|
if (customEasycashCommonSuccessView == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
customEasycashCommonSuccessView.labelOne = null;
|
|
customEasycashCommonSuccessView.contentOne = null;
|
|
customEasycashCommonSuccessView.labelTwo = null;
|
|
customEasycashCommonSuccessView.contentTwo = null;
|
|
customEasycashCommonSuccessView.labelThree = null;
|
|
customEasycashCommonSuccessView.contentThree = null;
|
|
}
|
|
}
|