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

13 lines
219 B
Java
Raw Normal View History

2021-10-15 06:18:26 +00:00
package c0.e0;
2021-08-03 07:33:18 +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();
}