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
You basically add
@class ANObject;
before @interface!