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

13 lines
219 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package d0.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();
}