Created
February 28, 2018 06:41
-
-
Save vialyx/330919b0c7e913cfb969531aaaf9113a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct User { | |
let name: String | |
} | |
var users: [User] = [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment