The following is stated in the Xcode 8 Release Notes:
"Objective-C now supports class properties, which interoperate with Swift type properties. They are declared as
@property (class) NSString *someStringProperty;, and are never synthesized."From what iOS version can we use this feature ? The current deployment target on our project is iOS 8.