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