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
With the introduction of Swift 4, @objc inference is deprecated. jswift outputs models that inherit from NSObject and don't implement @objc on it's members. Could this be used in the future releases? Maybe a command-line parameter?
The text was updated successfully, but these errors were encountered:
With the introduction of Swift 4, @objc inference is deprecated.
jswift
outputs models that inherit fromNSObject
and don't implement@objc
on it's members. Could this be used in the future releases? Maybe a command-line parameter?The text was updated successfully, but these errors were encountered: