Created
April 28, 2017 11:40
-
-
Save AndreyPanov/694c0649fd1153224f3d76b4386a870c to your computer and use it in GitHub Desktop.
This file contains 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
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