discord-jadx/app/src/main/java/c0/e0/h.java

13 lines
219 B
Java
Raw Normal View History

2021-10-19 23:48:27 +00:00
package c0.e0;
2021-06-27 20:44:35 +00:00
import java.util.List;
import kotlin.reflect.KType;
/* compiled from: KTypeParameter.kt */
public interface h extends d {
String getName();
List<KType> getUpperBounds();
j getVariance();
}