Last active
July 21, 2021 19:44
-
-
Save rotman/51ae78706c28e6299f958303d7053fa5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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