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
Strangely enough, changing the order of my imports has fixed this in the past... Try moving the import to the bottom after all your other imports.