Last active
June 9, 2017 02:41
-
-
Save chriswebb09/3e28f467a0c2e5739a4895b8cdebfdee 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 UserViewModel { | |
| var emailText: String | |
| var firstNameText: String | |
| var lastNameText: String | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment