package com.scb.phone.view.custom.common; 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 CustomAddressItem_ViewBinding implements Unbinder { private CustomAddressItem b; public CustomAddressItem_ViewBinding(CustomAddressItem customAddressItem, View view) { this.b = customAddressItem; customAddressItem.titleTextView = (TextView) pyT.e(view, R.id.title_text_view, "field 'titleTextView'", TextView.class); customAddressItem.descriptionTextView = (TextView) pyT.e(view, R.id.description_text_view, "field 'descriptionTextView'", TextView.class); customAddressItem.divider = pyT.a(view, R.id.divider, "field 'divider'"); } @Override // butterknife.Unbinder public final void a() { CustomAddressItem customAddressItem = this.b; if (customAddressItem == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; customAddressItem.titleTextView = null; customAddressItem.descriptionTextView = null; customAddressItem.divider = null; } }