Skip to content

Instantly share code, notes, and snippets.

@Krishna21Soni13
Created January 3, 2020 05:15
Show Gist options
  • Save Krishna21Soni13/47e5f83f57e18ebe7c6f563a15bd38e0 to your computer and use it in GitHub Desktop.
Save Krishna21Soni13/47e5f83f57e18ebe7c6f563a15bd38e0 to your computer and use it in GitHub Desktop.
struct User: Codable {
var id: String?
var isConnected: Bool?
var nickname: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment