Skip to content

Instantly share code, notes, and snippets.

@rotman
Last active July 21, 2021 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rotman/51ae78706c28e6299f958303d7053fa5 to your computer and use it in GitHub Desktop.
Save rotman/51ae78706c28e6299f958303d7053fa5 to your computer and use it in GitHub Desktop.
class Settings(
val volume: Int,
val userName: String,
val fontSize: Float,
val privacyEnabled: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment