Skip to content

Instantly share code, notes, and snippets.

@AndreyPanov
Last active April 28, 2017 11:36
Show Gist options
  • Save AndreyPanov/d1ef6a52c863121279598df199df8770 to your computer and use it in GitHub Desktop.
Save AndreyPanov/d1ef6a52c863121279598df199df8770 to your computer and use it in GitHub Desktop.
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