wjc
2025-04-07 6f4e4bc481ca1ef264e6a3795033a31d3e709f77
1
2
3
4
5
6
package com.contrarywind.listener;
 
 
public interface OnItemSelectedListener {
    void onItemSelected(int index);
}