Skip to content

Instantly share code, notes, and snippets.

@sturdysturge
Created June 12, 2023 21:43
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 sturdysturge/b1a796216bfba0fad26e154d6dd4c7e8 to your computer and use it in GitHub Desktop.
Save sturdysturge/b1a796216bfba0fad26e154d6dd4c7e8 to your computer and use it in GitHub Desktop.
import Foundation
import SwiftData
@Observable
class ViewModel {
var width = Double(50)
static let shared = ViewModel()
private init() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment