Skip to content

Instantly share code, notes, and snippets.

@adamped
Created April 12, 2016 10:22
Show Gist options
  • Save adamped/f25edb65dfe945ade0e6afed2992ac2f to your computer and use it in GitHub Desktop.
Save adamped/f25edb65dfe945ade0e6afed2992ac2f to your computer and use it in GitHub Desktop.
namespace Mobile.Definition.ViewLocator
{
public enum Authentication
{
Pin = 0
}
public enum Main
{
Main = 0
}
}
namespace Mobile.Definition
{
public enum Stacks
{
Authentication = 0,
Main = 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment