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