Skip to content

Comment class

Flow edited this page Jun 3, 2015 · 1 revision

Each comment is an instance of Comment class. comments is an array of Comment objects. The following properties are available:

  • id: Int
  • parent: Int?
  • likes: Int
  • dislikes: Int
  • isApproved: Bool
  • author: String
  • avatar: String
  • message: String
  • date: NSDate

Clone this wiki locally