package androidx.lifecycle;

/* JADX INFO: loaded from: classes.dex */
public interface u0 {
    default s0 a(Class cls) {
        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 s0 b(kotlin.jvm.internal.b bVar, n1.c cVar) {
        return c(nb.g.B(bVar), cVar);
    }

    default s0 c(Class cls, n1.c cVar) {
        return a(cls);
    }
}
