|
package o;
|
|
|
|
/* renamed from: o.Zp, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public enum EnumC1284Zp {
|
|
SUCCESS("success"),
|
|
FAIL("fail"),
|
|
BACK("back");
|
|
|
|
public final String status;
|
|
|
|
EnumC1284Zp(String str) {
|
|
this.status = str;
|
|
}
|
|
}
|