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