Skip to content

Instantly share code, notes, and snippets.

@AndreyPanov
Created April 28, 2017 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreyPanov/694c0649fd1153224f3d76b4386a870c to your computer and use it in GitHub Desktop.
Save AndreyPanov/694c0649fd1153224f3d76b4386a870c to your computer and use it in GitHub Desktop.
func guide() -> [Guide] {
return [
.headerLabel(headerLabel),
.bodyLabel(bodyLabel),
.loginTextField(loginTextField)
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment