Emotion
public enum Emotion : String, Codable
느낌(이모티콘)에 대한 정의
-
알수 없는 형식
Declaration
Swift
case NotDefined = "NOT_DEFINED"
-
좋아요
Declaration
Swift
case Like = "LIKE"
-
멋져요
Declaration
Swift
case Cool = "COOL"
-
기뻐요
Declaration
Swift
case Happy = "HAPPY"
-
슬퍼요
Declaration
Swift
case Sad = "SAD"
-
힘내요
Declaration
Swift
case CheerUp = "CHEER_UP"