package androidx.lifecycle;

import d2.AbstractC1866c;

/* JADX INFO: loaded from: classes.dex */
public interface d0 {
    default b0 create(Class modelClass) {
        kotlin.jvm.internal.o.h(modelClass, "modelClass");
        throw new UnsupportedOperationException("`Factory.create(String, CreationExtras)` is not implemented. You may need to override the method and provide a custom implementation. Note that using `Factory.create(String)` is not supported and considered an error.");
    }

    default b0 create(Class cls, AbstractC1866c extras) {
        kotlin.jvm.internal.o.h(extras, "extras");
        return create(cls);
    }

    default b0 create(Q4.c cVar, AbstractC1866c abstractC1866c) {
        return create(e4.C.D(cVar), abstractC1866c);
    }
}
