In a blog post I have just read:
'Swift allows us to extend classes from NSObject to get Objective-C runtime features for an object. It also allows us to annotate Swift methods with @objc to allow the methods to be used by the Objective-C runtime.'
I don't understand the term objective-C runtime features. Is it meaning that the code could be used in a objective-C project as well?