Skip to content

Instantly share code, notes, and snippets.

@foxicode
Created February 5, 2023 21:17
Show Gist options
  • Select an option

  • Save foxicode/98768d46eae4d581ebae32f695031b99 to your computer and use it in GitHub Desktop.

Select an option

Save foxicode/98768d46eae4d581ebae32f695031b99 to your computer and use it in GitHub Desktop.
Contact structure
import Foundation
struct Contact {
var id: Int
var name: String
var email: String
var profilePicture: URL?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment