Skip to content

Instantly share code, notes, and snippets.

@LuisAlbertoPenaNunez
Last active March 3, 2018 16:56
Show Gist options
  • Save LuisAlbertoPenaNunez/127d8a6adf641b53d3a44f3c7b235c50 to your computer and use it in GitHub Desktop.
Save LuisAlbertoPenaNunez/127d8a6adf641b53d3a44f3c7b235c50 to your computer and use it in GitHub Desktop.
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