We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282c7ff commit 308418bCopy full SHA for 308418b
1 file changed
ExampleApp/ExampleApp/UI/ContentScreen/ContentViewModel.swift
@@ -13,7 +13,7 @@ class ContentViewModel: ObservableObject {
13
@Published var pass: String = ""
14
@Published var confirmPass: String = ""
15
16
- let coordinator: ContentCoordinator
+ private let coordinator: ContentCoordinator
17
18
init(coordinator: ContentCoordinator) {
19
self.coordinator = coordinator
0 commit comments