what-the-bank/sources/com/scb/phone/view/fragment/easycash/TakePhotoFragment_ViewBindi...

60 lines
2.6 KiB
Java

package com.scb.phone.view.fragment.easycash;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.DefaultButton;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class TakePhotoFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private TakePhotoFragment e;
public TakePhotoFragment_ViewBinding(TakePhotoFragment takePhotoFragment, View view) {
super(takePhotoFragment, view);
this.e = takePhotoFragment;
View a = pyT.a(view, R.id.button_retake_photo, "field 'retakeButton' and method 'onRetakePhotoClick'");
takePhotoFragment.retakeButton = (DefaultButton) pyT.c(a, R.id.button_retake_photo, "field 'retakeButton'", DefaultButton.class);
this.c = a;
a.setOnClickListener(new gnL(this, takePhotoFragment) { // from class: com.scb.phone.view.fragment.easycash.TakePhotoFragment_ViewBinding.2
private TakePhotoFragment_ViewBinding c;
private TakePhotoFragment e;
{
this.c = this;
this.e = takePhotoFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onRetakePhotoClick();
}
});
takePhotoFragment.infoNoPhoto = (TextView) pyT.e(view, R.id.info_no_photo, "field 'infoNoPhoto'", TextView.class);
takePhotoFragment.linearAttaching = (LinearLayout) pyT.e(view, R.id.linear_attaching, "field 'linearAttaching'", LinearLayout.class);
takePhotoFragment.linearAttached = (LinearLayout) pyT.e(view, R.id.linear_photo_attached, "field 'linearAttached'", LinearLayout.class);
takePhotoFragment.linearNoAttached = (LinearLayout) pyT.e(view, R.id.linear_photo_no_attached, "field 'linearNoAttached'", LinearLayout.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
TakePhotoFragment takePhotoFragment = this.e;
if (takePhotoFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
takePhotoFragment.retakeButton = null;
takePhotoFragment.infoNoPhoto = null;
takePhotoFragment.linearAttaching = null;
takePhotoFragment.linearAttached = null;
takePhotoFragment.linearNoAttached = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}