mac
2024-10-22 572e05ea7dc60efc7721809b5155c1e01a78913a
1
2
3
4
5
6
package com.contrarywind.listener;
 
 
public interface OnItemSelectedListener {
    void onItemSelected(int index);
}