Last active
April 28, 2017 11:36
-
-
Save AndreyPanov/d1ef6a52c863121279598df199df8770 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
class MainViewController: UIViewController, Styleable { | |
@IBOutlet weak var firstHeaderLabel: UILabel! | |
@IBOutlet weak var secondBodyLabel: UILabel! | |
@IBOutlet weak var loginTextField: UITextField! | |
@IBOutlet weak var secondLoginTextField: UITextField! | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
applyStyle() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment