mac
2024-06-25 7562541202056446945028026f1cbc64bb2407db
1
2
3
4
5
6
package com.contrarywind.listener;
 
 
public interface OnItemSelectedListener {
    void onItemSelected(int index);
}