From ddd2b9e9e7843ca8dd2a4b279393b9d9a7e8b4a4 Mon Sep 17 00:00:00 2001 From: "ir.__.si" Date: Fri, 27 Oct 2023 16:33:10 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20#11=20-=20=EC=9D=BC?= =?UTF-8?q?=EB=8B=A8=20presenter=ED=8C=8C=EC=9D=BC=EB=A7=8C=20=EB=A7=8C?= =?UTF-8?q?=EB=93=A4=EC=9E=90~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Presenter/Auth/SignIn/SignInViewController.swift | 9 +++++++++ CMC/Sources/Presenter/Auth/SignIn/SignInViewModel.swift | 9 +++++++++ .../Presenter/Auth/SignUp/SignUpViewController.swift | 9 +++++++++ CMC/Sources/Presenter/Auth/SignUp/SignUpViewModel.swift | 9 +++++++++ 4 files changed, 36 insertions(+) create mode 100644 CMC/Sources/Presenter/Auth/SignIn/SignInViewController.swift create mode 100644 CMC/Sources/Presenter/Auth/SignIn/SignInViewModel.swift create mode 100644 CMC/Sources/Presenter/Auth/SignUp/SignUpViewController.swift create mode 100644 CMC/Sources/Presenter/Auth/SignUp/SignUpViewModel.swift 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