Skip to content

Instantly share code, notes, and snippets.

@AlexJuca
Last active May 31, 2018 08:49
Show Gist options
  • Save AlexJuca/705f099fd9ecfb01426aad4c3e4c0a8e to your computer and use it in GitHub Desktop.
Save AlexJuca/705f099fd9ecfb01426aad4c3e4c0a8e to your computer and use it in GitHub Desktop.
class UserProfileViewModel: ViewModel {
var userProfileData: MutableLiveData<User>? = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment