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