package com.ironsource; import java.util.List; /* loaded from: classes2.dex */ public interface lg { public interface a { void a(b bVar); void a(List list); } public interface b { int b(); String c(); } boolean a(); boolean b(b bVar); }