Skip to content

Commit

Permalink
[FEAT/#8] singleton 객체 선언
Browse files Browse the repository at this point in the history
  • Loading branch information
codingmy committed Dec 22, 2023
1 parent 4380c67 commit d31f234
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package org.sopt.dosopttemplate.data.dataclass

object UserInfo {
var userInfoList = User(
nick = "",
self_description = "",
id = "",
pw = "",
mbti = "",
)
}

0 comments on commit d31f234

Please sign in to comment.