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