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