mac
2024-07-02 bd9acb07d64afbd8d6454ebbe23f2a3cdd6b8f23
1
2
3
4
5
6
7
8
9
10
package com.bigkoo.pickerview.listener;
 
/**
 * Created by zengsong on 2018/3/21.
 */
 
public interface ISelectTimeCallback {
 
    public void onTimeSelectChanged();
}