53 lines
2.1 KiB
Java
53 lines
2.1 KiB
Java
|
package com.scb.phone.view.fragment.bulktransfer;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.CounterEditText;
|
||
|
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 CreateGroupFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private CreateGroupFragment b;
|
||
|
private View d;
|
||
|
|
||
|
public CreateGroupFragment_ViewBinding(CreateGroupFragment createGroupFragment, View view) {
|
||
|
super(createGroupFragment, view);
|
||
|
this.b = createGroupFragment;
|
||
|
createGroupFragment.createGroupEditText = (CounterEditText) pyT.e(view, R.id.group_name_edit_text, "field 'createGroupEditText'", CounterEditText.class);
|
||
|
View a = pyT.a(view, R.id.button_create_recipient_group, "field 'createGroupButton' and method 'onCreateButtonClick'");
|
||
|
createGroupFragment.createGroupButton = (DefaultButton) pyT.c(a, R.id.button_create_recipient_group, "field 'createGroupButton'", DefaultButton.class);
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, createGroupFragment) { // from class: com.scb.phone.view.fragment.bulktransfer.CreateGroupFragment_ViewBinding.2
|
||
|
private CreateGroupFragment_ViewBinding b;
|
||
|
private CreateGroupFragment e;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.e = createGroupFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onCreateButtonClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CreateGroupFragment createGroupFragment = this.b;
|
||
|
if (createGroupFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
createGroupFragment.createGroupEditText = null;
|
||
|
createGroupFragment.createGroupButton = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|