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