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 d(Class cls, InvocationHandler invocationHandler) { return cls.cast(Proxy.newProxyInstance(C15269glx.class.getClassLoader(), new Class[]{cls}, invocationHandler)); } }