32 lines
1.2 KiB
Java
32 lines
1.2 KiB
Java
|
package com.scb.phone.view.activity.bscanc;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class MyQRMenuActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private MyQRMenuActivity e;
|
||
|
|
||
|
public MyQRMenuActivity_ViewBinding(MyQRMenuActivity myQRMenuActivity, View view) {
|
||
|
super(myQRMenuActivity, view);
|
||
|
this.e = myQRMenuActivity;
|
||
|
myQRMenuActivity.qrReceivingMoneyButton = (TextView) pyT.e(view, R.id.qrReceivingMoneyButton, "field 'qrReceivingMoneyButton'", TextView.class);
|
||
|
myQRMenuActivity.qrPaymentButton = (TextView) pyT.e(view, R.id.qrPaymentButton, "field 'qrPaymentButton'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
MyQRMenuActivity myQRMenuActivity = this.e;
|
||
|
if (myQRMenuActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
myQRMenuActivity.qrReceivingMoneyButton = null;
|
||
|
myQRMenuActivity.qrPaymentButton = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|