Skip to content

Instantly share code, notes, and snippets.

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