rk
2 天以前 14773a2179f505e6707aab2b5ed41dbff12241ca
1
2
3
4
5
6
7
8
package com.example.datalibrary.deptrum;
 
public interface ISimplePlayer {
 
    public void onPlayStart();
 
    public void onReceiveState(int state);
}