28 lines
875 B
Java
28 lines
875 B
Java
|
package com.scb.phone.view.custom.transferandpay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.LinearLayout;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class CustomAmountInfo_ViewBinding implements Unbinder {
|
||
|
private CustomAmountInfo c;
|
||
|
|
||
|
public CustomAmountInfo_ViewBinding(CustomAmountInfo customAmountInfo, View view) {
|
||
|
this.c = customAmountInfo;
|
||
|
customAmountInfo.itemList = (LinearLayout) pyT.e(view, R.id.item_list, "field 'itemList'", LinearLayout.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CustomAmountInfo customAmountInfo = this.c;
|
||
|
if (customAmountInfo == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
customAmountInfo.itemList = null;
|
||
|
}
|
||
|
}
|