using InABox.Mobile; namespace PRS.Mobile { public abstract class DeliveryEditView : MobileView<DeliveryEditViewModel> { } }