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