
Error Readout:error: expected '=', ',', ';', 'asm' or '__attribute__' before 'interface'
Fix:Added a semicolon.
Explanation:It's important to remember that this was occurring before the
interface tag, which meant it was happening in a file I was importing. In this case it was a header file with an enumeration in it that were not showing an error with a missing semi colon.