Skip to content

Commit

Permalink
[feat] #1 const
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Apr 2, 2024
1 parent d21f02e commit 8280d1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions feature/main/src/main/java/org/sopt/main/const/IntentKey.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package org.sopt.main.const

object IntentKey {
const val USER_KEY = "user"
}

0 comments on commit 8280d1f

Please sign in to comment.