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