package y0; import java.util.List; /* loaded from: classes.dex */ public interface c { void b(List list); void f(List list); }