wjc
8 天以前 665f08b2fed14bc8ca54d353878c8570d9056784
1
2
3
4
5
6
package com.contrarywind.listener;
 
 
public interface OnItemSelectedListener {
    void onItemSelected(int index);
}