75 lines
3.0 KiB
Java
75 lines
3.0 KiB
Java
package com.scb.phone.view.activity.scheduledtransaction;
|
|
|
|
import android.view.View;
|
|
import androidx.viewpager.widget.ViewPager;
|
|
import com.google.android.material.tabs.TabLayout;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
|
import com.scb.phone.view.custom.common.DefaultButton;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class ScheduleLandingActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private ScheduleLandingActivity b;
|
|
private View d;
|
|
private View e;
|
|
|
|
public ScheduleLandingActivity_ViewBinding(ScheduleLandingActivity scheduleLandingActivity, View view) {
|
|
super(scheduleLandingActivity, view);
|
|
this.b = scheduleLandingActivity;
|
|
scheduleLandingActivity.tabLayout = (TabLayout) pyT.e(view, R.id.tab_layout, "field 'tabLayout'", TabLayout.class);
|
|
scheduleLandingActivity.tabPager = (ViewPager) pyT.e(view, R.id.view_pager, "field 'tabPager'", ViewPager.class);
|
|
View a = pyT.a(view, R.id.button_ok, "field 'okButton' and method 'onOkClick'");
|
|
scheduleLandingActivity.okButton = (DefaultButton) pyT.c(a, R.id.button_ok, "field 'okButton'", DefaultButton.class);
|
|
this.e = a;
|
|
a.setOnClickListener(new gnL(this, scheduleLandingActivity) { // from class: com.scb.phone.view.activity.scheduledtransaction.ScheduleLandingActivity_ViewBinding.2
|
|
private ScheduleLandingActivity a;
|
|
private ScheduleLandingActivity_ViewBinding d;
|
|
|
|
{
|
|
this.d = this;
|
|
this.a = scheduleLandingActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.onOkClick();
|
|
}
|
|
});
|
|
View a2 = pyT.a(view, R.id.button_unschedule_transaction, "method 'onUnscheduleClick'");
|
|
this.d = a2;
|
|
a2.setOnClickListener(new gnL(this, scheduleLandingActivity) { // from class: com.scb.phone.view.activity.scheduledtransaction.ScheduleLandingActivity_ViewBinding.3
|
|
private ScheduleLandingActivity_ViewBinding a;
|
|
private ScheduleLandingActivity c;
|
|
|
|
{
|
|
this.a = this;
|
|
this.c = scheduleLandingActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.onUnscheduleClick();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
ScheduleLandingActivity scheduleLandingActivity = this.b;
|
|
if (scheduleLandingActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
scheduleLandingActivity.tabLayout = null;
|
|
scheduleLandingActivity.tabPager = null;
|
|
scheduleLandingActivity.okButton = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
super.a();
|
|
}
|
|
}
|