-7

Iam getting a number of errors, please help me out. I am budding developer...

https://i.stack.imgur.com/NrBjp.png

Larme
  • 24,190
  • 6
  • 51
  • 81
Manee ios
  • 1,112
  • 11
  • 14

1 Answers1

4

You've put a closing brace } after the email IBOutlet which signifies the end of class scope at that line. Remove that.

mohonish
  • 1,396
  • 1
  • 9
  • 21
  • 2
    Mohonish is right. Anytime you see a page full of errors like that, you've probably got an extra or missing `{` `}` – D. Greg Feb 26 '16 at 12:41