using PhotoFrame.Logic.UI.ViewModels; namespace PhotoFrame.Logic { public interface IAppModel { void SwitchToView(ViewSwitchInfo switchInfo); } }