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