16 lines
436 B
Java
16 lines
436 B
Java
package o;
|
|
|
|
import java.lang.annotation.Documented;
|
|
import java.lang.annotation.ElementType;
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
import java.lang.annotation.Target;
|
|
|
|
@Target({ElementType.ANNOTATION_TYPE})
|
|
@Documented
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
/* renamed from: o.fZF, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public @interface InterfaceC13392fZF {
|
|
}
|