You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release marks properties as @objc if they are known to be convertible to Objective-C. This should help with/ issue #36.
The feature is quite restricted, so the user may sometimes need to add @objc himself if the macro can't detect it. It will for common base types and if properties are marked as relationships.