Skip to content

Instantly share code, notes, and snippets.

@FranDepascuali
Last active July 25, 2016 01:30
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 FranDepascuali/a1545ca2cc3704c8393cb85fcb8b9ed2 to your computer and use it in GitHub Desktop.
Save FranDepascuali/a1545ca2cc3704c8393cb85fcb8b9ed2 to your computer and use it in GitHub Desktop.
public final class MyViewController: UIViewController {
@IBOutlet weak var someView: UIView!
@IBOutlet weak var someLabel: UIView!
@IBOutlet weak var someButton: UIView!
@IBOutlet weak var otherView: UIView!
@IBOutlet weak var yetAnotherView: UIView!
@IBOutlet weak var lastView: UIView!
private var _dependency: DependencyType!
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment