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