package o; import java.util.List; /* loaded from: classes3.dex */ public interface ESC { List b(); void b(List list); }