wjc
9 天以前 6e59290db032779ad7c4ae70bf0f8c63b02cd3f0
1
2
3
4
5
6
7
8
package com.contrarywind.interfaces;
 
/**
 * Created by Sai on 2016/7/13.
 */
public interface IPickerViewData {
    String getPickerViewText();
}