Closed swoolcock closed 7 years ago
Swift 4 requires the @objc attribute on any function referenced by #selector. This pull request adds that attribute to two functions.
@objc
#selector
Description
Swift 4 requires the
@objc
attribute on any function referenced by#selector
. This pull request adds that attribute to two functions.Fix