package o;
@FunctionalInterface
/* loaded from: classes6.dex */
public interface fSK<T1, T2> {
void b(T1 t1, T2 t2) throws Throwable;
}