15 lines
352 B
Java
15 lines
352 B
Java
|
package o;
|
||
|
|
||
|
import java.lang.annotation.Documented;
|
||
|
import java.lang.annotation.Retention;
|
||
|
import java.lang.annotation.RetentionPolicy;
|
||
|
|
||
|
@fZC
|
||
|
@Documented
|
||
|
@Retention(RetentionPolicy.RUNTIME)
|
||
|
/* renamed from: o.fZB, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public @interface InterfaceC13390fZB {
|
||
|
String a() default "";
|
||
|
}
|