package I2;

import org.json.JSONObject;

/* JADX INFO: renamed from: I2.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0322f {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f2616a;

    public C0322f(String str) {
        this.f2616a = new JSONObject(str).optString("countryCode");
    }
}
