Last active
March 3, 2018 16:56
-
-
Save LuisAlbertoPenaNunez/127d8a6adf641b53d3a44f3c7b235c50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Screens | |
{ | |
public readonly static string MoviesHomeTabbedPage = nameof(MoviesHomeTabbedPage); | |
public readonly static string ShowingNowNavigationPage = nameof(ShowingNowNavigationPage); | |
public readonly static string CategoriesNavigationPage = nameof(CategoriesNavigationPage); | |
public readonly static string AboutMeNavigationPage = nameof(AboutMeNavigationPage); | |
public readonly static string AboutMe = nameof(AboutMe); | |
public readonly static string ShowingNow = nameof(ShowingNow); | |
public readonly static string Categories = nameof(Categories); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment