mac
2024-07-03 1e4ad2c45a7524132d0a29dc7da3511ec3a5db16
1
2
3
4
5
6
7
8
package com.contrarywind.interfaces;
 
/**
 * Created by Sai on 2016/7/13.
 */
public interface IPickerViewData {
    String getPickerViewText();
}