using InABox.Core; using Xamarin.Forms; namespace PRS.Mobile { public interface IDigitalFormControl where TDefinition : DFLayoutControl { TDefinition Definition { get; set; } } }