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
and it tells me Missing '}' at end of definition of 'User' at the first line and Extraneous closing brace ('}') at the last line. Compiling using Xcode 7.3.1. The issue is how to create enum enclosed inside a class?
The text was updated successfully, but these errors were encountered:
I want to make a role field for a user. So I try to compile this code:
and it tells me
Missing '}' at end of definition of 'User'
at the first line andExtraneous closing brace ('}')
at the last line. Compiling using Xcode 7.3.1. The issue is how to create enum enclosed inside a class?The text was updated successfully, but these errors were encountered: