13 lines
416 B
Java
13 lines
416 B
Java
package o;
|
|
|
|
import java.lang.reflect.InvocationHandler;
|
|
import java.lang.reflect.Proxy;
|
|
|
|
/* renamed from: o.glx, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public class C15269glx {
|
|
public static <T> T d(Class<T> cls, InvocationHandler invocationHandler) {
|
|
return cls.cast(Proxy.newProxyInstance(C15269glx.class.getClassLoader(), new Class[]{cls}, invocationHandler));
|
|
}
|
|
}
|