what-the-bank/sources/com/scb/phone/view/fragment/requesttopay/RtpScreenshotFragment_ViewB...

33 lines
1.4 KiB
Java

package com.scb.phone.view.fragment.requesttopay;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.transferandpay.BaseReviewFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class RtpScreenshotFragment_ViewBinding extends BaseReviewFragment_ViewBinding {
private RtpScreenshotFragment b;
public RtpScreenshotFragment_ViewBinding(RtpScreenshotFragment rtpScreenshotFragment, View view) {
super(rtpScreenshotFragment, view);
this.b = rtpScreenshotFragment;
rtpScreenshotFragment.rtpRequestNoteLayout = (LinearLayout) pyT.e(view, R.id.rtp_request_note_layout, "field 'rtpRequestNoteLayout'", LinearLayout.class);
rtpScreenshotFragment.rtpRequestNote = (TextView) pyT.e(view, R.id.rtp_request_note_description, "field 'rtpRequestNote'", TextView.class);
}
@Override // com.scb.phone.view.fragment.transferandpay.BaseReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
RtpScreenshotFragment rtpScreenshotFragment = this.b;
if (rtpScreenshotFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
rtpScreenshotFragment.rtpRequestNoteLayout = null;
rtpScreenshotFragment.rtpRequestNote = null;
super.a();
}
}