28 lines
933 B
Java
28 lines
933 B
Java
package com.scb.phone.view.custom.bulktransfer;
|
|
|
|
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 CustomEffectiveDate_ViewBinding implements Unbinder {
|
|
private CustomEffectiveDate d;
|
|
|
|
public CustomEffectiveDate_ViewBinding(CustomEffectiveDate customEffectiveDate, View view) {
|
|
this.d = customEffectiveDate;
|
|
customEffectiveDate.effectiveDate = (TextView) pyT.e(view, R.id.bulk_transfer_effective_date_text, "field 'effectiveDate'", TextView.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
CustomEffectiveDate customEffectiveDate = this.d;
|
|
if (customEffectiveDate == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
customEffectiveDate.effectiveDate = null;
|
|
}
|
|
}
|