30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
|
package com.scb.phone.view.custom.item;
|
||
|
|
||
|
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 ItemSimpleRightFocusCustom_ViewBinding implements Unbinder {
|
||
|
private ItemSimpleRightFocusCustom c;
|
||
|
|
||
|
public ItemSimpleRightFocusCustom_ViewBinding(ItemSimpleRightFocusCustom itemSimpleRightFocusCustom, View view) {
|
||
|
this.c = itemSimpleRightFocusCustom;
|
||
|
itemSimpleRightFocusCustom.componentLabel = (TextView) pyT.e(view, R.id.label_left, "field 'componentLabel'", TextView.class);
|
||
|
itemSimpleRightFocusCustom.componentExtra = (TextView) pyT.e(view, R.id.label_right, "field 'componentExtra'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
ItemSimpleRightFocusCustom itemSimpleRightFocusCustom = this.c;
|
||
|
if (itemSimpleRightFocusCustom == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
itemSimpleRightFocusCustom.componentLabel = null;
|
||
|
itemSimpleRightFocusCustom.componentExtra = null;
|
||
|
}
|
||
|
}
|