let handler = #selector(FaceView.changeScale(byReactingTo:))
Argument of '#selector' refers to instance method 'changeScale(byReactingTo:)' that is not exposed to Objective-C
let handler = #selector(FaceView.changeScale(byReactingTo:))
Argument of '#selector' refers to instance method 'changeScale(byReactingTo:)' that is not exposed to Objective-C