wjc
2026-01-15 11409771024381e06173490d846bf121e6a19552
1
2
3
4
5
6
7
8
package com.contrarywind.interfaces;
 
/**
 * Created by Sai on 2016/7/13.
 */
public interface IPickerViewData {
    String getPickerViewText();
}