diff --git a/iOSTestApp/iOSTestApp/ContentViewModel.swift b/iOSTestApp/iOSTestApp/ContentViewModel.swift index 2e95aff..e72d207 100644 --- a/iOSTestApp/iOSTestApp/ContentViewModel.swift +++ b/iOSTestApp/iOSTestApp/ContentViewModel.swift @@ -15,6 +15,7 @@ class ContentViewModel: ObservableObject { @Published var email = "" @Published var needToShowAlert = false @Published var errorText = "" + @Published var ehjsadPitron = 10 } @@ -29,4 +30,7 @@ extension ContentViewModel { } } + func getPdjasdsa() -> Int { + return ehjsadPitron + } }