I have been trying refactor code by thanking functions and adding them in a separate file extension of a ViewController
What I have in this extension is a function that adds gesture recognizers to some views that have references to functions that I have placed in other file extension of the same ViewController. On build I am getting this error "Expected expression in Swift key path"
What is causing this error?