data class StoryComment : Parcelable
카카오스토리의 댓글 정보를 담고 있는 클래스
StoryComment(writer: StoryActor, text: String)
val text: String
val writer: StoryActor