wjc
2025-05-20 341c8e87af9102532979751735faa7b9184afe45
1
2
3
4
5
6
package com.contrarywind.listener;
 
 
public interface OnItemSelectedListener {
    void onItemSelected(int index);
}