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.tRC, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public @interface InterfaceC17036tRC { }