namespace TINK { /// Holds a entry for each page of the TINK app. public enum ViewTypes { LoginPage, MapPage, RegisterPage, PasswordForgottenPage, BikeInfoCarouselPage, MyBikesPage, SettingsPage, TabbedPageInfo, TabbedPageHelpContact, ManageAccountPage, AgbPage, WhatsNewPage, BikesAtStation } }