diff --git a/CMC/Sources/Presenter/Auth/SignIn/SignInViewController.swift b/CMC/Sources/Presenter/Auth/SignIn/SignInViewController.swift new file mode 100644 index 0000000..d81f085 --- /dev/null +++ b/CMC/Sources/Presenter/Auth/SignIn/SignInViewController.swift @@ -0,0 +1,9 @@ +// +// SignInViewController.swift +// CMC +// +// Created by Siri on 10/26/23. +// Copyright © 2023 com.centralMakeusChallenge. All rights reserved. +// + +import Foundation diff --git a/CMC/Sources/Presenter/Auth/SignIn/SignInViewModel.swift b/CMC/Sources/Presenter/Auth/SignIn/SignInViewModel.swift new file mode 100644 index 0000000..4942cb0 --- /dev/null +++ b/CMC/Sources/Presenter/Auth/SignIn/SignInViewModel.swift @@ -0,0 +1,9 @@ +// +// SignInViewModel.swift +// CMC +// +// Created by Siri on 10/26/23. +// Copyright © 2023 com.centralMakeusChallenge. All rights reserved. +// + +import Foundation diff --git a/CMC/Sources/Presenter/Auth/SignUp/SignUpViewController.swift b/CMC/Sources/Presenter/Auth/SignUp/SignUpViewController.swift new file mode 100644 index 0000000..5c78a7e --- /dev/null +++ b/CMC/Sources/Presenter/Auth/SignUp/SignUpViewController.swift @@ -0,0 +1,9 @@ +// +// SignUpViewController.swift +// CMC +// +// Created by Siri on 10/26/23. +// Copyright © 2023 com.centralMakeusChallenge. All rights reserved. +// + +import Foundation diff --git a/CMC/Sources/Presenter/Auth/SignUp/SignUpViewModel.swift b/CMC/Sources/Presenter/Auth/SignUp/SignUpViewModel.swift new file mode 100644 index 0000000..8fe9094 --- /dev/null +++ b/CMC/Sources/Presenter/Auth/SignUp/SignUpViewModel.swift @@ -0,0 +1,9 @@ +// +// SignUpViewModel.swift +// CMC +// +// Created by Siri on 10/26/23. +// Copyright © 2023 com.centralMakeusChallenge. All rights reserved. +// + +import Foundation