Skip to content

Instantly share code, notes, and snippets.

@toddkramer
Created July 23, 2018 19:06
Show Gist options
  • Save toddkramer/c07c7d68d2d3f941ba0d707d9764e145 to your computer and use it in GitHub Desktop.
Save toddkramer/c07c7d68d2d3f941ba0d707d9764e145 to your computer and use it in GitHub Desktop.
Comment Model (Single Value Container)
class Comment: Decodable {
let id: String
let text: String
let frame: Int
let annotation: Annotation?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment