Skip to content

Instantly share code, notes, and snippets.

@hamurcuabi
Created January 7, 2024 12:01
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 hamurcuabi/ba91af4cca33e809b88da96e0e86b6fc to your computer and use it in GitHub Desktop.
Save hamurcuabi/ba91af4cca33e809b88da96e0e86b6fc to your computer and use it in GitHub Desktop.
SharedViewModel
class SharedViewModel() : ViewModel() {
var data: String = "SharedViewModel Data"
private set
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment