using System; namespace HDL_ON_Android.FengLinVideo.Interface { public interface VideoState { void OnPhoneEvent(string msg); } }