package B0; import android.content.Context; import java.util.List; public interface b { List a(); Object b(Context context); }