We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4808be9 commit d5b86acCopy full SHA for d5b86ac
1 file changed
domain/src/main/java/com/threegap/bitnagil/domain/emotion/model/MyEmotion.kt
@@ -0,0 +1,7 @@
1
+package com.threegap.bitnagil.domain.emotion.model
2
+
3
+data class MyEmotion(
4
+ val emotionMarbleType: Emotion?,
5
+ val emotionMarbleName: String?,
6
+ val imageUrl: String?,
7
+)
0 commit comments