package o; import android.content.SharedPreferences; import com.scb.phone.data.network.service.TermsConditionsService; /* loaded from: classes3.dex */ public final class KFe implements WsT { private final SharedPreferences a; private final C16503osB c; private final TermsConditionsService d; @InterfaceC13391fZD public KFe(TermsConditionsService termsConditionsService, C16503osB c16503osB, SharedPreferences sharedPreferences) { this.d = termsConditionsService; this.c = c16503osB; this.a = sharedPreferences; } @Override // o.WsT public final boolean a() { return this.a.getBoolean("com.scb.phone.pref.TERMS_AND_CONDITIONS_MUTUAL_FUND_REQUIRED", false); } @Override // o.WsT public final void b() { this.a.edit().putBoolean("com.scb.phone.pref.TERMS_AND_CONDITIONS_MUTUAL_FUND_REQUIRED", false).apply(); } }