Last active
November 7, 2017 08:41
-
-
Save Shahgupta4sq/bdf44e7ac514cfc8bd9d0b22cdec504d to your computer and use it in GitHub Desktop.
This file contains 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
data class EditProfileState( | |
var isProgressIndicatorShown: Boolean = false, | |
var isCityDialogShown: Boolean = false, | |
var isGenderDialogShown: Boolean = false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment