package p491;

import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import javax.annotation.Nullable;
import p447.AbstractC6930;
import p447.AbstractC6936;

/* JADX INFO: renamed from: ޓ.ޅ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public interface InterfaceC7320<F, T> {

    /* JADX INFO: renamed from: ޓ.ޅ$֏, reason: contains not printable characters */
    public static abstract class AbstractC7321 {
        @Nullable
        /* JADX INFO: renamed from: ֏ */
        public InterfaceC7320<AbstractC6936, ?> mo10947(Type type, Annotation[] annotationArr, C7367 c7367) {
            return null;
        }

        @Nullable
        /* JADX INFO: renamed from: ֏ */
        public InterfaceC7320<?, AbstractC6930> mo10948(Type type, Annotation[] annotationArr, Annotation[] annotationArr2, C7367 c7367) {
            return null;
        }
    }

    @Nullable
    /* JADX INFO: renamed from: ֏ */
    T mo10949(F f);
}
