Skip to content

Commit

Permalink
[Chore] User ์ˆ˜์ • (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeseSR committed May 2, 2022
1 parent e779acc commit 10a2774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Hyangyu/Hyangyu/Sources/AppModels/User.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import UIKit
class User {
static let shared = User()

var email: String?
var username: String?
var profileImage: UIImage?
var password: String?
}

0 comments on commit 10a2774

Please sign in to comment.