Skip to content

Instantly share code, notes, and snippets.

@codeOfRobin
Created September 2, 2017 09:35
Show Gist options
  • Save codeOfRobin/aa6de0747c087562a5d1c0352528be65 to your computer and use it in GitHub Desktop.
Save codeOfRobin/aa6de0747c087562a5d1c0352528be65 to your computer and use it in GitHub Desktop.
public struct TestCredentials {
let email: String
let password: String
}
public let testCreds = TestCredentials(email: "{{ argument.email }}", password: "{{ argument.password }}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment