Skip to content

Instantly share code, notes, and snippets.

@xiangyu-sun
Created October 19, 2018 16:10
Show Gist options
  • Save xiangyu-sun/6af8a4024c9b82f8f447bc53e1afd853 to your computer and use it in GitHub Desktop.
Save xiangyu-sun/6af8a4024c9b82f8f447bc53e1afd853 to your computer and use it in GitHub Desktop.
@discardableResult
func dependencyFunction() -> Bool {
print("printing using a system console")
return true
}
class SeamTestViewController: UIViewController {
func createTrouble() {
dependencyFunction()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment