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