what-the-bank/sources/com/scb/phone/view/fragment/cardmanagement/CCTermsAndConditionsFragmen...

30 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.cardmanagement;
import android.view.View;
import android.webkit.WebView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class CCTermsAndConditionsFragment_ViewBinding extends BaseFragment_ViewBinding {
private CCTermsAndConditionsFragment e;
public CCTermsAndConditionsFragment_ViewBinding(CCTermsAndConditionsFragment cCTermsAndConditionsFragment, View view) {
super(cCTermsAndConditionsFragment, view);
this.e = cCTermsAndConditionsFragment;
cCTermsAndConditionsFragment.webView = (WebView) pyT.e(view, R.id.web_view_cm_content, "field 'webView'", WebView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
CCTermsAndConditionsFragment cCTermsAndConditionsFragment = this.e;
if (cCTermsAndConditionsFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
cCTermsAndConditionsFragment.webView = null;
super.a();
}
}