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