Skip to content

Instantly share code, notes, and snippets.

@Bilguun132
Created February 22, 2019 02:28
Show Gist options
  • Save Bilguun132/eee484871d800bca21e774382582add6 to your computer and use it in GitHub Desktop.
Save Bilguun132/eee484871d800bca21e774382582add6 to your computer and use it in GitHub Desktop.
TableView-Tutorial-User.swift
import Foundation
struct User {
let name: String
let gender: String
let email: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment