Skip to content

Commit

Permalink
fix/#134- 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
hooni0918 committed Jul 8, 2024
1 parent 560380e commit cf1474c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions KkuMulKum/Network/DTO/Model/Auth/ResissueResponseModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

import Foundation

// MARK: - ResissueResponseModel
struct ResissueResponseModel: Codable {

// MARK: - ReissueResponseModel
struct ReissueResponseModel: Codable {
let accessToken, refreshToken: String?
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

import Foundation


// MARK: - SocialLoginRequestModel

struct SocialLoginRequestModel: Codable {
let provider: String?
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

import Foundation


// MARK: - SocialLoginRequestModel

struct SocialLoginResponseModel: Codable {
let name, accessToken, refreshToken: String?
}

0 comments on commit cf1474c

Please sign in to comment.