diff --git a/KkuMulKum/Source/MyPage/ViewModel/MyPageEditViewModel.swift b/KkuMulKum/Source/MyPage/ViewModel/MyPageEditViewModel.swift index f7ab73ae..8fcd0785 100644 --- a/KkuMulKum/Source/MyPage/ViewModel/MyPageEditViewModel.swift +++ b/KkuMulKum/Source/MyPage/ViewModel/MyPageEditViewModel.swift @@ -14,7 +14,7 @@ import RxCocoa import Moya class MyPageEditViewModel: ViewModelType { - private let authService: AuthServiceType + private let authService: AuthServiceProtocol struct Input { let profileImageTap: Observable @@ -28,7 +28,7 @@ class MyPageEditViewModel: ViewModelType { let serverResponse: Driver } - init(authService: AuthServiceType) { + init(authService: AuthServiceProtocol) { self.authService = authService }