Last active
July 25, 2016 01:30
-
-
Save FranDepascuali/a1545ca2cc3704c8393cb85fcb8b9ed2 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
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