wxr
2022-06-13 da1a17600b9ca8c8980ba64447688ee0a6718756
1
2
3
4
5
6
7
8
using System;
namespace HDL_ON_Android.FengLinVideo.Interface
{
    public interface VideoState
    {
        void OnPhoneEvent(string msg);
    }
}