what-the-bank/sources/o/C17754zW.java

24 lines
841 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
import com.scb.phone.presentation.mapper.transferandpay.BaseAssetsDisplayMapper;
/* renamed from: o.zW, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17754zW extends BaseAssetsDisplayMapper {
private final SharedPreferences a;
private final Resources b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C17754zW(Resources resources, SharedPreferences sharedPreferences, String str) {
super(resources, sharedPreferences, str);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
C14957gcv.e(str, "");
this.b = resources;
this.a = sharedPreferences;
}
}