Skip to content

Instantly share code, notes, and snippets.

@michaelswarm
Created July 19, 2020 00:28
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 michaelswarm/7f87fae63113782b63e041363c3bc13f to your computer and use it in GitHub Desktop.
Save michaelswarm/7f87fae63113782b63e041363c3bc13f to your computer and use it in GitHub Desktop.
Language set with file extension
class Record: ObservableObject {
@Published var content = "content"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment