namespace Microsoft.Maui.Controls { public interface IEditorController : IViewController { void SendCompleted(); } }