Skip to content

Instantly share code, notes, and snippets.

@Krishna21Soni13
Created January 3, 2020 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krishna21Soni13/88f815f4bdf5927fd282f4a4da345000 to your computer and use it in GitHub Desktop.
Save Krishna21Soni13/88f815f4bdf5927fd282f4a4da345000 to your computer and use it in GitHub Desktop.
import Foundation
struct Message: Codable {
var date: String?
var message: String?
var nickname: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment