46 lines
1.5 KiB
Java
46 lines
1.5 KiB
Java
package com.scb.phone.view.fragment.wifisettings;
|
|
|
|
import android.view.View;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class WifiSettingsFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private WifiSettingsFragment d;
|
|
private View e;
|
|
|
|
public WifiSettingsFragment_ViewBinding(WifiSettingsFragment wifiSettingsFragment, View view) {
|
|
super(wifiSettingsFragment, view);
|
|
this.d = wifiSettingsFragment;
|
|
View a = pyT.a(view, R.id.wifi_settings_button, "method 'onWifiSettingsClick'");
|
|
this.e = a;
|
|
a.setOnClickListener(new gnL(this, wifiSettingsFragment) { // from class: com.scb.phone.view.fragment.wifisettings.WifiSettingsFragment_ViewBinding.4
|
|
private WifiSettingsFragment_ViewBinding a;
|
|
private WifiSettingsFragment d;
|
|
|
|
{
|
|
this.a = this;
|
|
this.d = wifiSettingsFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.onWifiSettingsClick();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
if (this.d == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|