what-the-bank/sources/com/scb/phone/view/activity/friends/FriendsLandingActivity_View...

93 lines
3.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.activity.friends;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes4.dex */
public final class FriendsLandingActivity_ViewBinding extends BaseActivity_ViewBinding {
private View b;
private View c;
private FriendsLandingActivity d;
private View e;
public FriendsLandingActivity_ViewBinding(FriendsLandingActivity friendsLandingActivity, View view) {
super(friendsLandingActivity, view);
this.d = friendsLandingActivity;
friendsLandingActivity.ivFriendHeader = (ImageView) pyT.e(view, R.id.iv_friends_header, "field 'ivFriendHeader'", ImageView.class);
friendsLandingActivity.tvRefCode = (TextView) pyT.e(view, R.id.tv_ref_code, "field 'tvRefCode'", TextView.class);
View a = pyT.a(view, R.id.tv_terms_and_conditions, "field 'tvTermCondition' and method 'openTermsAndConditions'");
friendsLandingActivity.tvTermCondition = (TextView) pyT.c(a, R.id.tv_terms_and_conditions, "field 'tvTermCondition'", TextView.class);
this.b = a;
a.setOnClickListener(new gnL(this, friendsLandingActivity) { // from class: com.scb.phone.view.activity.friends.FriendsLandingActivity_ViewBinding.1
private FriendsLandingActivity_ViewBinding b;
private FriendsLandingActivity e;
{
this.b = this;
this.e = friendsLandingActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.e.openTermsAndConditions();
}
});
View a2 = pyT.a(view, R.id.btn_copy, "method 'onCopy'");
this.e = a2;
a2.setOnClickListener(new gnL(this, friendsLandingActivity) { // from class: com.scb.phone.view.activity.friends.FriendsLandingActivity_ViewBinding.2
private FriendsLandingActivity a;
private FriendsLandingActivity_ViewBinding c;
{
this.c = this;
this.a = friendsLandingActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onCopy();
}
});
View a3 = pyT.a(view, R.id.btn_share, "method 'onShare'");
this.c = a3;
a3.setOnClickListener(new gnL(this, friendsLandingActivity) { // from class: com.scb.phone.view.activity.friends.FriendsLandingActivity_ViewBinding.3
private FriendsLandingActivity_ViewBinding a;
private FriendsLandingActivity b;
{
this.a = this;
this.b = friendsLandingActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onShare();
}
});
}
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
public final void a() {
FriendsLandingActivity friendsLandingActivity = this.d;
if (friendsLandingActivity == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
friendsLandingActivity.ivFriendHeader = null;
friendsLandingActivity.tvRefCode = null;
friendsLandingActivity.tvTermCondition = null;
this.b.setOnClickListener(null);
this.b = null;
this.e.setOnClickListener(null);
this.e = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}