Skip to content

Instantly share code, notes, and snippets.

@MasoudFallahpour
Created July 21, 2022 13:42
Show Gist options
  • Save MasoudFallahpour/4fe0d6827c52fbc31f436c5ec62fdf46 to your computer and use it in GitHub Desktop.
Save MasoudFallahpour/4fe0d6827c52fbc31f436c5ec62fdf46 to your computer and use it in GitHub Desktop.
class User {
var firstName: String = ""
var lastName: String = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment