We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use typedef NS_ENUM instead of the old-fashion typedef
typedef NS_ENUM
typedef
The text was updated successfully, but these errors were encountered:
Yup yup. My current thinking is to put this into a semver 2.x since JREnum & JREnumDeclare would need an additional ENUM_TYPE argument.
JREnum
JREnumDeclare
ENUM_TYPE
Sorry, something went wrong.
While I'm in there I'll probably add a JROptions to mirror NS_OPTIONS.
JROptions
NS_OPTIONS
No branches or pull requests
Use
typedef NS_ENUM
instead of the old-fashiontypedef
The text was updated successfully, but these errors were encountered: