wxr
2021-12-14 6cc05bf6044c72f63b289da6b0a542970b16ef75
1
2
3
4
5
6
7
8
using System;
namespace HDL_ON_Android.FengLinVideo.Interface
{
    public interface VideoState
    {
        void OnPhoneEvent(string msg);
    }
}