rk
2025-11-11 fbfd6f517d675558f123f755155456508f8d95d6
1
2
3
4
5
6
7
8
package com.example.datalibrary.deptrum;
 
public interface ISimplePlayer {
 
    public void onPlayStart();
 
    public void onReceiveState(int state);
}