Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Created August 7, 2020 01:07
Show Gist options
  • Save SarahAlsharif/ce910b776452eb051e656da3d89982d5 to your computer and use it in GitHub Desktop.
Save SarahAlsharif/ce910b776452eb051e656da3d89982d5 to your computer and use it in GitHub Desktop.
struct ContactInfo : Identifiable{
var id = UUID()
var firstName: String
var lastName: String
var phoneNumber: CNPhoneNumber?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment