I\'ve attempted to compile, but every time I do, one method throws a strange \"expected a type\" error. I have a method in the header:
-(ANObject *)generateS
Usually when I see an error like this it's because I have a typo on a previous line, such as an extra or missing parenthesis or something.