28 lines
1003 B
Java
28 lines
1003 B
Java
|
package com.scb.phone.view.custom.common;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class CustomSelectAccountGift_ViewBinding implements Unbinder {
|
||
|
private CustomSelectAccountGift d;
|
||
|
|
||
|
public CustomSelectAccountGift_ViewBinding(CustomSelectAccountGift customSelectAccountGift, View view) {
|
||
|
this.d = customSelectAccountGift;
|
||
|
customSelectAccountGift.mSelectAccountButton = (RelativeLayout) pyT.e(view, R.id.select_account_gift_layout, "field 'mSelectAccountButton'", RelativeLayout.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CustomSelectAccountGift customSelectAccountGift = this.d;
|
||
|
if (customSelectAccountGift == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
customSelectAccountGift.mSelectAccountButton = null;
|
||
|
}
|
||
|
}
|