38 lines
1.8 KiB
Java
38 lines
1.8 KiB
Java
|
package com.scb.phone.view.custom.debitcard;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class CustomPinWithMaxInput_ViewBinding implements Unbinder {
|
||
|
private CustomPinWithMaxInput d;
|
||
|
|
||
|
public CustomPinWithMaxInput_ViewBinding(CustomPinWithMaxInput customPinWithMaxInput, View view) {
|
||
|
this.d = customPinWithMaxInput;
|
||
|
customPinWithMaxInput.imageInput1 = (ImageView) pyT.e(view, R.id.image_input1, "field 'imageInput1'", ImageView.class);
|
||
|
customPinWithMaxInput.imageInput2 = (ImageView) pyT.e(view, R.id.image_input2, "field 'imageInput2'", ImageView.class);
|
||
|
customPinWithMaxInput.imageInput3 = (ImageView) pyT.e(view, R.id.image_input3, "field 'imageInput3'", ImageView.class);
|
||
|
customPinWithMaxInput.imageInput4 = (ImageView) pyT.e(view, R.id.image_input4, "field 'imageInput4'", ImageView.class);
|
||
|
customPinWithMaxInput.imageInput5 = (ImageView) pyT.e(view, R.id.image_input5, "field 'imageInput5'", ImageView.class);
|
||
|
customPinWithMaxInput.imageInput6 = (ImageView) pyT.e(view, R.id.image_input6, "field 'imageInput6'", ImageView.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CustomPinWithMaxInput customPinWithMaxInput = this.d;
|
||
|
if (customPinWithMaxInput == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
customPinWithMaxInput.imageInput1 = null;
|
||
|
customPinWithMaxInput.imageInput2 = null;
|
||
|
customPinWithMaxInput.imageInput3 = null;
|
||
|
customPinWithMaxInput.imageInput4 = null;
|
||
|
customPinWithMaxInput.imageInput5 = null;
|
||
|
customPinWithMaxInput.imageInput6 = null;
|
||
|
}
|
||
|
}
|