Skip to content

Instantly share code, notes, and snippets.

@SwapnanilDhol
Last active February 23, 2020 09:15
Show Gist options
  • Save SwapnanilDhol/316e7577a67b5263f6733da81090cab1 to your computer and use it in GitHub Desktop.
Save SwapnanilDhol/316e7577a67b5263f6733da81090cab1 to your computer and use it in GitHub Desktop.
Device Type Enum
enum DeviceType
{
case phone
case pad
case mac
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment