package p037.p099;

import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: މ.ދ.ޡ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2249 implements InterfaceC2247 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C2249 f7210;

    @Override // p037.p099.InterfaceC2247
    /* JADX INFO: renamed from: ֏ */
    public <T extends AbstractC2245> T mo1666(Class<T> cls) {
        try {
            return cls.newInstance();
        } catch (IllegalAccessException e) {
            throw new RuntimeException(C2803.m4878("Cannot create an instance of ", cls), e);
        } catch (InstantiationException e2) {
            throw new RuntimeException(C2803.m4878("Cannot create an instance of ", cls), e2);
        }
    }
}
