using System; using Xamarin.Forms; namespace SampleApp.DependencyServices { public interface IAssignFocus { void AssignFocus(View v); } }