Skip to content

Commit

Permalink
✨ Feat: #11 - 일단 presenter파일만 만들자~
Browse files Browse the repository at this point in the history
  • Loading branch information
usa4060 committed Oct 27, 2023
1 parent 590e1ca commit ddd2b9e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMC/Sources/Presenter/Auth/SignIn/SignInViewController.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// SignInViewController.swift
// CMC
//
// Created by Siri on 10/26/23.
// Copyright © 2023 com.centralMakeusChallenge. All rights reserved.
//

import Foundation
9 changes: 9 additions & 0 deletions CMC/Sources/Presenter/Auth/SignIn/SignInViewModel.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// SignInViewModel.swift
// CMC
//
// Created by Siri on 10/26/23.
// Copyright © 2023 com.centralMakeusChallenge. All rights reserved.
//

import Foundation
9 changes: 9 additions & 0 deletions CMC/Sources/Presenter/Auth/SignUp/SignUpViewController.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// SignUpViewController.swift
// CMC
//
// Created by Siri on 10/26/23.
// Copyright © 2023 com.centralMakeusChallenge. All rights reserved.
//

import Foundation
9 changes: 9 additions & 0 deletions CMC/Sources/Presenter/Auth/SignUp/SignUpViewModel.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// SignUpViewModel.swift
// CMC
//
// Created by Siri on 10/26/23.
// Copyright © 2023 com.centralMakeusChallenge. All rights reserved.
//

import Foundation

0 comments on commit ddd2b9e

Please sign in to comment.