Created
July 15, 2018 18:23
-
-
Save twittemb/f3cff944bd544b299146c2b4d3247def 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 LoadUserAction: Action { | |
| let firstname: String | |
| let lastname: String | |
| } | |
| struct LoadContactsAction: Action { | |
| let contacts: [Contact] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment