This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.
Properties with class attributes appear to not work. #2806
Closed
Description
I get the following error message...
Build error unknown property attribute 'class'
For this line
@property (class, nonatomic, strong, readonly) DDLog *sharedInstance;
Does WinObjC support class properties?
https://useyourloaf.com/blog/objective-c-class-properties/