30 lines
1.2 KiB
Java
30 lines
1.2 KiB
Java
package com.scb.phone.view.fragment.profilemanagement;
|
|
|
|
import android.view.View;
|
|
import android.widget.LinearLayout;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class ManageNotificationsFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private ManageNotificationsFragment b;
|
|
|
|
public ManageNotificationsFragment_ViewBinding(ManageNotificationsFragment manageNotificationsFragment, View view) {
|
|
super(manageNotificationsFragment, view);
|
|
this.b = manageNotificationsFragment;
|
|
manageNotificationsFragment.checkboxContainer = (LinearLayout) pyT.e(view, R.id.ll_layout_settings_container, "field 'checkboxContainer'", LinearLayout.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
ManageNotificationsFragment manageNotificationsFragment = this.b;
|
|
if (manageNotificationsFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
manageNotificationsFragment.checkboxContainer = null;
|
|
super.a();
|
|
}
|
|
}
|