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