CTCV2/app/src/main/java/x/q/a.java

13 lines
215 B
Java

package x.q;
import java.lang.annotation.Annotation;
import java.util.List;
import lanchon.dexpatcher.annotation.DexIgnore;
@DexIgnore
public interface a {
@DexIgnore
List<Annotation> getAnnotations();
}