package o;
@FunctionalInterface
/* loaded from: classes.dex */
public interface fSQ<T> {
void c(T t) throws Throwable;
}