namespace ShareeBike { /// Holds a entry for each page of the ShareeBike app. public enum ViewTypes { LoginPage, MapPage, RegisterPage, PasswordForgottenPage, MyBikesPage, SettingsPage, LegalInformationPage, HelpPage, ManageAccountPage, GtcPage, WhatsNewPage, BikesAtStation, ContactPage, SelectStationPage, MiniSurvey, SelectBikePage } }