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