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