using System; using InABox.Core; using Xamarin.Forms; namespace InABox.Mobile { public interface ILookupShell : IShell { String LookupCode { get; } String LookupDescription { get; } } }