GITLAB

陶汉栋 / ParentWork

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • parentwork
  • ..
  • interfaces
  • IPickerViewData.java
  • 3528d02b   no message Browse Code »
    wwx
    2018-04-17 18:07:43 +0800  
IPickerViewData.java 147 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
package com.contrarywind.interfaces;

/**
 * Created by Sai on 2016/7/13.
 */
public interface IPickerViewData {
    String getPickerViewText();
}