what-the-bank/sources/com/scb/phone/view/fragment/customizeyourpages/CustomizeYourPageFragment_V...

30 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.customizeyourpages;
import android.view.View;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.CustomCustomizePageItem;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomizeYourPageFragment_ViewBinding extends BaseFragment_ViewBinding {
private CustomizeYourPageFragment b;
public CustomizeYourPageFragment_ViewBinding(CustomizeYourPageFragment customizeYourPageFragment, View view) {
super(customizeYourPageFragment, view);
this.b = customizeYourPageFragment;
customizeYourPageFragment.applyTheme = (CustomCustomizePageItem) pyT.e(view, R.id.apply_theme, "field 'applyTheme'", CustomCustomizePageItem.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
CustomizeYourPageFragment customizeYourPageFragment = this.b;
if (customizeYourPageFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
customizeYourPageFragment.applyTheme = null;
super.a();
}
}