package na;

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

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

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

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

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

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

    public c(String str) {
        this.f31137a = str;
    }

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