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

15 lines
410 B
Java

package o;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
/* renamed from: o.pkx, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public @interface InterfaceC16620pkx {
String e() default "##default";
}