Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created November 16, 2019 04:16
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 laevandus/cb8c1edf9bf221b226d0788f85f14a9c to your computer and use it in GitHub Desktop.
Save laevandus/cb8c1edf9bf221b226d0788f85f14a9c to your computer and use it in GitHub Desktop.
import SwiftUI
struct ContentView: View {
@Environment(\.dependencyManager) var dependencyManager: DependencyManager
var body: some View {
Text(dependencyManager.identifier)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment