package ea;

/* JADX INFO: loaded from: classes2.dex */
public final class s0 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final s0 f25754b = new s0("TINK");

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final s0 f25755c = new s0("NO_PREFIX");

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

    public s0(String str) {
        this.f25756a = str;
    }

    public final String toString() {
        return this.f25756a;
    }
}
